Html Css Color HEX #BB1E45 Cardinal

📋 copy color: '#BB1E45'

red 187 ◦ green 30 ◦ blue 69

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

Shades of Cardinal #BB1E45

Tints of Cardinal #BB1E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

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

R = 65.38%
G = 10.49%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB1E45 (or 0xBB1E45) is known color: Cardinal. HEX triplet: BB, 1E and 45. RGB value is (187,30,69). Sum of RGB (Red+Green+Blue) = 187+30+69=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E45 is #44E1BA. Grayscale: #515151. Windows color (decimal): -4514235 or 4529851. OLE color: 4529851.

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

Color convert

RGB 187 30 69 -
CMYK 0 0.84 0.63 0.27
HSL 345.1º 0.72% 0.43% -
HSV(B) 345.1º 0.84% 0.73% -
XYZ 22.03 11.92 6.77 -
YUV 81.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 187 30 69 0 0.84 0.63 0.27 345.1 0.72 0.43
Hex BB 1E 45 0 54 3F 1B 159 48 2B
Octal 273 36 105 0 124 77 33 531 110 53
Binary 10111011 11110 1000101 0 1010100 111111 11011 101011001 1001000 101011

Color Harmonies of #BB1E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E45

Black with #BB1E45

Text Example


Text Example

White with #BB1E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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