Html Css Color HEX #BB071C Venetian Red

📋 copy color: '#BB071C'

red 187 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #BB071C

Tints of Venetian Red #BB071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 84.23%
G = 3.15%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB071C (or 0xBB071C) is known color: Venetian Red. HEX triplet: BB, 07 and 1C. RGB value is (187,7,28). Sum of RGB (Red+Green+Blue) = 187+7+28=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB071C is #44F8E3. Grayscale: #3F3F3F. Windows color (decimal): -4520164 or 1836987. OLE color: 1836987.

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

Color convert

RGB 187 7 28 -
CMYK 0 0.96 0.85 0.27
HSL 353º 0.93% 0.38% -
HSV(B) 353º 0.96% 0.73% -
XYZ 20.78 10.8 2.09 -
YUV 63.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 187 7 28 0 0.96 0.85 0.27 353 0.93 0.38
Hex BB 7 1C 0 60 55 1B 161 5D 26
Octal 273 7 34 0 140 125 33 541 135 46
Binary 10111011 111 11100 0 1100000 1010101 11011 101100001 1011101 100110

Color Harmonies of #BB071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB071C

Black with #BB071C

Text Example


Text Example

White with #BB071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB071C; }

 p { color: rgb(187,7,28); }

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

background-color css

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

 a { background-color: rgb(187,7,28); }

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

border-color css

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

 span { border-color: rgb(187,7,28); }

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