Html Css Color HEX #B90612 Venetian Red

📋 copy color: '#B90612'

red 185 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #B90612

Tints of Venetian Red #B90612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 88.52%
G = 2.87%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90612 (or 0xB90612) is known color: Venetian Red. HEX triplet: B9, 06 and 12. RGB value is (185,6,18). Sum of RGB (Red+Green+Blue) = 185+6+18=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90612 is #46F9ED. Grayscale: #3D3D3D. Windows color (decimal): -4651502 or 1181369. OLE color: 1181369.

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

Color convert

RGB 185 6 18 -
CMYK 0 0.97 0.90 0.27
HSL 355.98º 0.94% 0.37% -
HSV(B) 355.98º 0.97% 0.73% -
XYZ 20.18 10.49 1.53 -
YUV 60.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 185 6 18 0 0.97 0.90 0.27 355.98 0.94 0.37
Hex B9 6 12 0 61 5A 1B 164 5E 25
Octal 271 6 22 0 141 132 33 544 136 45
Binary 10111001 110 10010 0 1100001 1011010 11011 101100100 1011110 100101

Color Harmonies of #B90612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90612

Black with #B90612

Text Example


Text Example

White with #B90612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90612; }

 p { color: rgb(185,6,18); }

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

background-color css

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

 a { background-color: rgb(185,6,18); }

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

border-color css

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

 span { border-color: rgb(185,6,18); }

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