Html Css Color HEX #BB1E41 Cardinal

📋 copy color: '#BB1E41'

red 187 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #BB1E41

Tints of Cardinal #BB1E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 66.31%
G = 10.64%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB1E41 (or 0xBB1E41) is known color: Cardinal. HEX triplet: BB, 1E and 41. RGB value is (187,30,65). Sum of RGB (Red+Green+Blue) = 187+30+65=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E41 is #44E1BE. Grayscale: #505050. Windows color (decimal): -4514239 or 4267707. OLE color: 4267707.

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

Color convert

RGB 187 30 65 -
CMYK 0 0.84 0.65 0.27
HSL 346.62º 0.72% 0.43% -
HSV(B) 346.62º 0.84% 0.73% -
XYZ 21.91 11.88 6.14 -
YUV 80.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 187 30 65 0 0.84 0.65 0.27 346.62 0.72 0.43
Hex BB 1E 41 0 54 41 1B 15B 48 2B
Octal 273 36 101 0 124 101 33 533 110 53
Binary 10111011 11110 1000001 0 1010100 1000001 11011 101011011 1001000 101011

Color Harmonies of #BB1E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E41

Black with #BB1E41

Text Example


Text Example

White with #BB1E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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