Html Css Color HEX #BB050C Venetian Red

📋 copy color: '#BB050C'

red 187 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #BB050C

Tints of Venetian Red #BB050C

RGB

 RED value IS 187 (73.44% from 255) = 91.67%

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 91.67%
G = 2.45%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB050C (or 0xBB050C) is known color: Venetian Red. HEX triplet: BB, 05 and 0C. RGB value is (187,5,12). Sum of RGB (Red+Green+Blue) = 187+5+12=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB050C is #44FAF3. Grayscale: #3C3C3C. Windows color (decimal): -4520692 or 787899. OLE color: 787899.

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

Color convert

RGB 187 5 12 -
CMYK 0 0.97 0.94 0.27
HSL 357.69º 0.95% 0.38% -
HSV(B) 357.69º 0.97% 0.73% -
XYZ 20.61 10.7 1.33 -
YUV 60.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 187 5 12 0 0.97 0.94 0.27 357.69 0.95 0.38
Hex BB 5 C 0 61 5E 1B 166 5F 26
Octal 273 5 14 0 141 136 33 546 137 46
Binary 10111011 101 1100 0 1100001 1011110 11011 101100110 1011111 100110

Color Harmonies of #BB050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB050C

Black with #BB050C

Text Example


Text Example

White with #BB050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB050C; }

 p { color: rgb(187,5,12); }

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

background-color css

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

 a { background-color: rgb(187,5,12); }

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

border-color css

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

 span { border-color: rgb(187,5,12); }

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