Html Css Color HEX #BB0C2D Cardinal

📋 copy color: '#BB0C2D'

red 187 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #BB0C2D

Tints of Cardinal #BB0C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 76.64%
G = 4.92%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB0C2D (or 0xBB0C2D) is known color: Cardinal. HEX triplet: BB, 0C and 2D. RGB value is (187,12,45). Sum of RGB (Red+Green+Blue) = 187+12+45=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C2D is #44F3D2. Grayscale: #444444. Windows color (decimal): -4518867 or 2952379. OLE color: 2952379.

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

Color convert

RGB 187 12 45 -
CMYK 0 0.94 0.76 0.27
HSL 348.69º 0.88% 0.39% -
HSV(B) 348.69º 0.94% 0.73% -
XYZ 21.1 11.02 3.5 -
YUV 68.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 187 12 45 0 0.94 0.76 0.27 348.69 0.88 0.39
Hex BB C 2D 0 5E 4C 1B 15D 58 27
Octal 273 14 55 0 136 114 33 535 130 47
Binary 10111011 1100 101101 0 1011110 1001100 11011 101011101 1011000 100111

Color Harmonies of #BB0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C2D

Black with #BB0C2D

Text Example


Text Example

White with #BB0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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