Html Css Color HEX #BB0314 Venetian Red

📋 copy color: '#BB0314'

red 187 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #BB0314

Tints of Venetian Red #BB0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 89.05%
G = 1.43%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0314 (or 0xBB0314) is known color: Venetian Red. HEX triplet: BB, 03 and 14. RGB value is (187,3,20). Sum of RGB (Red+Green+Blue) = 187+3+20=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0314 is #44FCEB. Grayscale: #3C3C3C. Windows color (decimal): -4521196 or 1311675. OLE color: 1311675.

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

Color convert

RGB 187 3 20 -
CMYK 0 0.98 0.89 0.27
HSL 354.46º 0.97% 0.37% -
HSV(B) 354.46º 0.98% 0.73% -
XYZ 20.65 10.68 1.63 -
YUV 59.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 187 3 20 0 0.98 0.89 0.27 354.46 0.97 0.37
Hex BB 3 14 0 62 59 1B 162 61 25
Octal 273 3 24 0 142 131 33 542 141 45
Binary 10111011 11 10100 0 1100010 1011001 11011 101100010 1100001 100101

Color Harmonies of #BB0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0314

Black with #BB0314

Text Example


Text Example

White with #BB0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0314; }

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

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

background-color css

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

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

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

border-color css

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

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

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