Html Css Color HEX #BB1D32 Cardinal

📋 copy color: '#BB1D32'

red 187 ◦ green 29 ◦ blue 50

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

Shades of Cardinal #BB1D32

Tints of Cardinal #BB1D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 70.3%
G = 10.9%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1D32 (or 0xBB1D32) is known color: Cardinal. HEX triplet: BB, 1D and 32. RGB value is (187,29,50). Sum of RGB (Red+Green+Blue) = 187+29+50=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D32 is #44E2CD. Grayscale: #4E4E4E. Windows color (decimal): -4514510 or 3284411. OLE color: 3284411.

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

Color convert

RGB 187 29 50 -
CMYK 0 0.84 0.73 0.27
HSL 352.03º 0.73% 0.42% -
HSV(B) 352.03º 0.84% 0.73% -
XYZ 21.51 11.67 4.14 -
YUV 78.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 187 29 50 0 0.84 0.73 0.27 352.03 0.73 0.42
Hex BB 1D 32 0 54 49 1B 160 49 2A
Octal 273 35 62 0 124 111 33 540 111 52
Binary 10111011 11101 110010 0 1010100 1001001 11011 101100000 1001001 101010

Color Harmonies of #BB1D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D32

Black with #BB1D32

Text Example


Text Example

White with #BB1D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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