Html Css Color HEX #BB030E Venetian Red

📋 copy color: '#BB030E'

red 187 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #BB030E

Tints of Venetian Red #BB030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 91.67%
G = 1.47%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB030E (or 0xBB030E) is known color: Venetian Red. HEX triplet: BB, 03 and 0E. RGB value is (187,3,14). Sum of RGB (Red+Green+Blue) = 187+3+14=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB030E is #44FCF1. Grayscale: #3B3B3B. Windows color (decimal): -4521202 or 918459. OLE color: 918459.

HSL color Cylindrical-coordinate representation of color #BB030E: hue angle of 356.41º degrees, saturation: 0.97, 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 #BB030E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 14 -
CMYK 0 0.98 0.93 0.27
HSL 356.41º 0.97% 0.37% -
HSV(B) 356.41º 0.98% 0.73% -
XYZ 20.61 10.66 1.39 -
YUV 59.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 187 3 14 0 0.98 0.93 0.27 356.41 0.97 0.37
Hex BB 3 E 0 62 5D 1B 164 61 25
Octal 273 3 16 0 142 135 33 544 141 45
Binary 10111011 11 1110 0 1100010 1011101 11011 101100100 1100001 100101

Color Harmonies of #BB030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB030E

Black with #BB030E

Text Example


Text Example

White with #BB030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB030E; }

 p { color: rgb(187,3,14); }

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

background-color css

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

 a { background-color: rgb(187,3,14); }

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

border-color css

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

 span { border-color: rgb(187,3,14); }

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