Html Css Color HEX #BB2045 Cardinal

📋 copy color: '#BB2045'

red 187 ◦ green 32 ◦ blue 69

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

Shades of Cardinal #BB2045

Tints of Cardinal #BB2045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.96%

R = 64.93%
G = 11.11%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB2045 (or 0xBB2045) is known color: Cardinal. HEX triplet: BB, 20 and 45. RGB value is (187,32,69). Sum of RGB (Red+Green+Blue) = 187+32+69=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2045 is #44DFBA. Grayscale: #525252. Windows color (decimal): -4513723 or 4530363. OLE color: 4530363.

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

Color convert

RGB 187 32 69 -
CMYK 0 0.83 0.63 0.27
HSL 345.68º 0.71% 0.43% -
HSV(B) 345.68º 0.83% 0.73% -
XYZ 22.08 12.03 6.79 -
YUV 82.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 187 32 69 0 0.83 0.63 0.27 345.68 0.71 0.43
Hex BB 20 45 0 53 3F 1B 15A 47 2B
Octal 273 40 105 0 123 77 33 532 107 53
Binary 10111011 100000 1000101 0 1010011 111111 11011 101011010 1000111 101011

Color Harmonies of #BB2045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2045

Black with #BB2045

Text Example


Text Example

White with #BB2045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2045; }

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

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

background-color css

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

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

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

border-color css

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

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

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