Html Css Color HEX #BB0323 Venetian Red

📋 copy color: '#BB0323'

red 187 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #BB0323

Tints of Venetian Red #BB0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 83.11%
G = 1.33%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0323 (or 0xBB0323) is known color: Venetian Red. HEX triplet: BB, 03 and 23. RGB value is (187,3,35). Sum of RGB (Red+Green+Blue) = 187+3+35=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0323 is #44FCDC. Grayscale: #3D3D3D. Windows color (decimal): -4521181 or 2294715. OLE color: 2294715.

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

Color convert

RGB 187 3 35 -
CMYK 0 0.98 0.81 0.27
HSL 349.57º 0.97% 0.37% -
HSV(B) 349.57º 0.98% 0.73% -
XYZ 20.83 10.75 2.57 -
YUV 61.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 187 3 35 0 0.98 0.81 0.27 349.57 0.97 0.37
Hex BB 3 23 0 62 51 1B 15E 61 25
Octal 273 3 43 0 142 121 33 536 141 45
Binary 10111011 11 100011 0 1100010 1010001 11011 101011110 1100001 100101

Color Harmonies of #BB0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0323

Black with #BB0323

Text Example


Text Example

White with #BB0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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