Html Css Color HEX #BB031D Venetian Red

📋 copy color: '#BB031D'

red 187 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #BB031D

Tints of Venetian Red #BB031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 85.39%
G = 1.37%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB031D (or 0xBB031D) is known color: Venetian Red. HEX triplet: BB, 03 and 1D. RGB value is (187,3,29). Sum of RGB (Red+Green+Blue) = 187+3+29=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB031D is #44FCE2. Grayscale: #3D3D3D. Windows color (decimal): -4521187 or 1901499. OLE color: 1901499.

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

Color convert

RGB 187 3 29 -
CMYK 0 0.98 0.84 0.27
HSL 351.52º 0.97% 0.37% -
HSV(B) 351.52º 0.98% 0.73% -
XYZ 20.75 10.72 2.14 -
YUV 60.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 187 3 29 0 0.98 0.84 0.27 351.52 0.97 0.37
Hex BB 3 1D 0 62 54 1B 160 61 25
Octal 273 3 35 0 142 124 33 540 141 45
Binary 10111011 11 11101 0 1100010 1010100 11011 101100000 1100001 100101

Color Harmonies of #BB031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB031D

Black with #BB031D

Text Example


Text Example

White with #BB031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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