Html Css Color HEX #BB1A2D Cardinal

📋 copy color: '#BB1A2D'

red 187 ◦ green 26 ◦ blue 45

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

Shades of Cardinal #BB1A2D

Tints of Cardinal #BB1A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 72.48%
G = 10.08%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB1A2D (or 0xBB1A2D) is known color: Cardinal. HEX triplet: BB, 1A and 2D. RGB value is (187,26,45). Sum of RGB (Red+Green+Blue) = 187+26+45=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A2D is #44E5D2. Grayscale: #4C4C4C. Windows color (decimal): -4515283 or 2955963. OLE color: 2955963.

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

Color convert

RGB 187 26 45 -
CMYK 0 0.86 0.76 0.27
HSL 352.92º 0.76% 0.42% -
HSV(B) 352.92º 0.86% 0.73% -
XYZ 21.34 11.49 3.58 -
YUV 76.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 187 26 45 0 0.86 0.76 0.27 352.92 0.76 0.42
Hex BB 1A 2D 0 56 4C 1B 161 4C 2A
Octal 273 32 55 0 126 114 33 541 114 52
Binary 10111011 11010 101101 0 1010110 1001100 11011 101100001 1001100 101010

Color Harmonies of #BB1A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A2D

Black with #BB1A2D

Text Example


Text Example

White with #BB1A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A2D; }

 p { color: rgb(187,26,45); }

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

background-color css

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

 a { background-color: rgb(187,26,45); }

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

border-color css

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

 span { border-color: rgb(187,26,45); }

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