Html Css Color HEX #BB1D43 Cardinal

📋 copy color: '#BB1D43'

red 187 ◦ green 29 ◦ blue 67

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

Shades of Cardinal #BB1D43

Tints of Cardinal #BB1D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 66.08%
G = 10.25%
B = 23.67%

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

#BB1D43 (or 0xBB1D43) is known color: Cardinal. HEX triplet: BB, 1D and 43. RGB value is (187,29,67). Sum of RGB (Red+Green+Blue) = 187+29+67=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D43 is #44E2BC. Grayscale: #505050. Windows color (decimal): -4514493 or 4398523. OLE color: 4398523.

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

Color convert

RGB 187 29 67 -
CMYK 0 0.84 0.64 0.27
HSL 345.57º 0.73% 0.42% -
HSV(B) 345.57º 0.84% 0.73% -
XYZ 21.95 11.85 6.44 -
YUV 80.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 187 29 67 0 0.84 0.64 0.27 345.57 0.73 0.42
Hex BB 1D 43 0 54 40 1B 15A 49 2A
Octal 273 35 103 0 124 100 33 532 111 52
Binary 10111011 11101 1000011 0 1010100 1000000 11011 101011010 1001001 101010

Color Harmonies of #BB1D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D43

Black with #BB1D43

Text Example


Text Example

White with #BB1D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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