Html Css Color HEX #BB1E43 Cardinal

📋 copy color: '#BB1E43'

red 187 ◦ green 30 ◦ blue 67

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

Shades of Cardinal #BB1E43

Tints of Cardinal #BB1E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 65.85%
G = 10.56%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB1E43 (or 0xBB1E43) is known color: Cardinal. HEX triplet: BB, 1E and 43. RGB value is (187,30,67). Sum of RGB (Red+Green+Blue) = 187+30+67=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E43 is #44E1BC. Grayscale: #515151. Windows color (decimal): -4514237 or 4398779. OLE color: 4398779.

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

Color convert

RGB 187 30 67 -
CMYK 0 0.84 0.64 0.27
HSL 345.86º 0.72% 0.43% -
HSV(B) 345.86º 0.84% 0.73% -
XYZ 21.97 11.9 6.45 -
YUV 81.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 187 30 67 0 0.84 0.64 0.27 345.86 0.72 0.43
Hex BB 1E 43 0 54 40 1B 15A 48 2B
Octal 273 36 103 0 124 100 33 532 110 53
Binary 10111011 11110 1000011 0 1010100 1000000 11011 101011010 1001000 101011

Color Harmonies of #BB1E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E43

Black with #BB1E43

Text Example


Text Example

White with #BB1E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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