Html Css Color HEX #B90422 Venetian Red

📋 copy color: '#B90422'

red 185 ◦ green 4 ◦ blue 34

#B90422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B90422

Tints of Venetian Red #B90422

RGB

 RED value IS 185 (72.66% from 255) = 82.96%

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 82.96%
G = 1.79%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B90422 (or 0xB90422) is known color: Venetian Red. HEX triplet: B9, 04 and 22. RGB value is (185,4,34). Sum of RGB (Red+Green+Blue) = 185+4+34=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B90422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90422 is #46FBDD. Grayscale: #3D3D3D. Windows color (decimal): -4651998 or 2229433. OLE color: 2229433.

HSL color Cylindrical-coordinate representation of color #B90422: hue angle of 350.06º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 34 -
CMYK 0 0.98 0.82 0.27
HSL 350.06º 0.96% 0.37% -
HSV(B) 350.06º 0.98% 0.73% -
XYZ 20.34 10.52 2.47 -
YUV 61.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 185 4 34 0 0.98 0.82 0.27 350.06 0.96 0.37
Hex B9 4 22 0 62 52 1B 15E 60 25
Octal 271 4 42 0 142 122 33 536 140 45
Binary 10111001 100 100010 0 1100010 1010010 11011 101011110 1100000 100101

Color Harmonies of #B90422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90422

Black with #B90422

Text Example


Text Example

White with #B90422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90422; }

 p { color: rgb(185,4,34); }

 H1.HeaderClassName
 {
   color: #B90422;
 }
 .AnyTagClassName
 {
   color: #B90422;
 }
</style>

background-color css

<style>
 a { background-color: #B90422; }

 a { background-color: rgb(185,4,34); }

 div.DivClassName
 {
   background-color: #B90422;
 }
 .BgClassName
 {
   background-color: #B90422;
 }
</style>

border-color css

<style>
 span { border-color: #B90422; }

 span { border-color: rgb(185,4,34); }

 td.TdClassName
 {
   border-color: #B90422;
 }
 .TagClassName
 {
   border-color: #B90422;
 }
</style>