Html Css Color HEX #BB1E40 Cardinal

📋 copy color: '#BB1E40'

red 187 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #BB1E40

Tints of Cardinal #BB1E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 66.55%
G = 10.68%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB1E40 (or 0xBB1E40) is known color: Cardinal. HEX triplet: BB, 1E and 40. RGB value is (187,30,64). Sum of RGB (Red+Green+Blue) = 187+30+64=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E40 is #44E1BF. Grayscale: #505050. Windows color (decimal): -4514240 or 4202171. OLE color: 4202171.

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

Color convert

RGB 187 30 64 -
CMYK 0 0.84 0.66 0.27
HSL 347.01º 0.72% 0.43% -
HSV(B) 347.01º 0.84% 0.73% -
XYZ 21.88 11.86 5.99 -
YUV 80.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 187 30 64 0 0.84 0.66 0.27 347.01 0.72 0.43
Hex BB 1E 40 0 54 42 1B 15B 48 2B
Octal 273 36 100 0 124 102 33 533 110 53
Binary 10111011 11110 1000000 0 1010100 1000010 11011 101011011 1001000 101011

Color Harmonies of #BB1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E40

Black with #BB1E40

Text Example


Text Example

White with #BB1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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