Html Css Color HEX #BB0627 Venetian Red

📋 copy color: '#BB0627'

red 187 ◦ green 6 ◦ blue 39

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

Shades of Venetian Red #BB0627

Tints of Venetian Red #BB0627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 80.6%
G = 2.59%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB0627 (or 0xBB0627) is known color: Venetian Red. HEX triplet: BB, 06 and 27. RGB value is (187,6,39). Sum of RGB (Red+Green+Blue) = 187+6+39=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0627 is #44F9D8. Grayscale: #3F3F3F. Windows color (decimal): -4520409 or 2557627. OLE color: 2557627.

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

Color convert

RGB 187 6 39 -
CMYK 0 0.97 0.79 0.27
HSL 349.06º 0.94% 0.38% -
HSV(B) 349.06º 0.97% 0.73% -
XYZ 20.92 10.84 2.91 -
YUV 63.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 187 6 39 0 0.97 0.79 0.27 349.06 0.94 0.38
Hex BB 6 27 0 61 4F 1B 15D 5E 26
Octal 273 6 47 0 141 117 33 535 136 46
Binary 10111011 110 100111 0 1100001 1001111 11011 101011101 1011110 100110

Color Harmonies of #BB0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0627

Black with #BB0627

Text Example


Text Example

White with #BB0627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0627; }

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

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

background-color css

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

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

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

border-color css

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

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

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