Html Css Color HEX #BB031A Venetian Red

📋 copy color: '#BB031A'

red 187 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #BB031A

Tints of Venetian Red #BB031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 86.57%
G = 1.39%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB031A (or 0xBB031A) is known color: Venetian Red. HEX triplet: BB, 03 and 1A. RGB value is (187,3,26). Sum of RGB (Red+Green+Blue) = 187+3+26=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB031A is #44FCE5. Grayscale: #3C3C3C. Windows color (decimal): -4521190 or 1704891. OLE color: 1704891.

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

Color convert

RGB 187 3 26 -
CMYK 0 0.98 0.86 0.27
HSL 352.5º 0.97% 0.37% -
HSV(B) 352.5º 0.98% 0.73% -
XYZ 20.71 10.7 1.95 -
YUV 60.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 187 3 26 0 0.98 0.86 0.27 352.5 0.97 0.37
Hex BB 3 1A 0 62 56 1B 160 61 25
Octal 273 3 32 0 142 126 33 540 141 45
Binary 10111011 11 11010 0 1100010 1010110 11011 101100000 1100001 100101

Color Harmonies of #BB031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB031A

Black with #BB031A

Text Example


Text Example

White with #BB031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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