Html Css Color HEX #BB2034 Cardinal

📋 copy color: '#BB2034'

red 187 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #BB2034

Tints of Cardinal #BB2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 69%
G = 11.81%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2034 (or 0xBB2034) is known color: Cardinal. HEX triplet: BB, 20 and 34. RGB value is (187,32,52). Sum of RGB (Red+Green+Blue) = 187+32+52=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2034 is #44DFCB. Grayscale: #505050. Windows color (decimal): -4513740 or 3416251. OLE color: 3416251.

HSL color Cylindrical-coordinate representation of color #BB2034: hue angle of 352.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2034 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 52 -
CMYK 0 0.83 0.72 0.27
HSL 352.26º 0.71% 0.43% -
HSV(B) 352.26º 0.83% 0.73% -
XYZ 21.63 11.85 4.4 -
YUV 80.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 187 32 52 0 0.83 0.72 0.27 352.26 0.71 0.43
Hex BB 20 34 0 53 48 1B 160 47 2B
Octal 273 40 64 0 123 110 33 540 107 53
Binary 10111011 100000 110100 0 1010011 1001000 11011 101100000 1000111 101011

Color Harmonies of #BB2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2034

Black with #BB2034

Text Example


Text Example

White with #BB2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2034; }

 p { color: rgb(187,32,52); }

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

background-color css

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

 a { background-color: rgb(187,32,52); }

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

border-color css

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

 span { border-color: rgb(187,32,52); }

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