Html Css Color HEX #BB0613 Venetian Red

📋 copy color: '#BB0613'

red 187 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #BB0613

Tints of Venetian Red #BB0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 88.21%
G = 2.83%
B = 8.96%

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

#BB0613 (or 0xBB0613) is known color: Venetian Red. HEX triplet: BB, 06 and 13. RGB value is (187,6,19). Sum of RGB (Red+Green+Blue) = 187+6+19=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0613 is #44F9EC. Grayscale: #3D3D3D. Windows color (decimal): -4520429 or 1246907. OLE color: 1246907.

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

Color convert

RGB 187 6 19 -
CMYK 0 0.97 0.90 0.27
HSL 355.69º 0.94% 0.38% -
HSV(B) 355.69º 0.97% 0.73% -
XYZ 20.68 10.74 1.6 -
YUV 61.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 187 6 19 0 0.97 0.90 0.27 355.69 0.94 0.38
Hex BB 6 13 0 61 5A 1B 164 5E 26
Octal 273 6 23 0 141 132 33 544 136 46
Binary 10111011 110 10011 0 1100001 1011010 11011 101100100 1011110 100110

Color Harmonies of #BB0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0613

Black with #BB0613

Text Example


Text Example

White with #BB0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0613; }

 p { color: rgb(187,6,19); }

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

background-color css

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

 a { background-color: rgb(187,6,19); }

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

border-color css

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

 span { border-color: rgb(187,6,19); }

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