Html Css Color HEX #BB2529 Cardinal

📋 copy color: '#BB2529'

red 187 ◦ green 37 ◦ blue 41

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

Shades of Cardinal #BB2529

Tints of Cardinal #BB2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 70.57%
G = 13.96%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB2529 (or 0xBB2529) is known color: Cardinal. HEX triplet: BB, 25 and 29. RGB value is (187,37,41). Sum of RGB (Red+Green+Blue) = 187+37+41=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2529 is #44DAD6. Grayscale: #525252. Windows color (decimal): -4512471 or 2696635. OLE color: 2696635.

HSL color Cylindrical-coordinate representation of color #BB2529: hue angle of 358.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2529 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 41 -
CMYK 0 0.80 0.78 0.27
HSL 358.4º 0.67% 0.44% -
HSV(B) 358.4º 0.8% 0.73% -
XYZ 21.56 12.05 3.29 -
YUV 82.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 187 37 41 0 0.80 0.78 0.27 358.4 0.67 0.44
Hex BB 25 29 0 50 4E 1B 166 43 2C
Octal 273 45 51 0 120 116 33 546 103 54
Binary 10111011 100101 101001 0 1010000 1001110 11011 101100110 1000011 101100

Color Harmonies of #BB2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2529

Black with #BB2529

Text Example


Text Example

White with #BB2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2529; }

 p { color: rgb(187,37,41); }

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

background-color css

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

 a { background-color: rgb(187,37,41); }

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

border-color css

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

 span { border-color: rgb(187,37,41); }

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