Html Css Color HEX #BB112D Cardinal

📋 copy color: '#BB112D'

red 187 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #BB112D

Tints of Cardinal #BB112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

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

R = 75.1%
G = 6.83%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB112D (or 0xBB112D) is known color: Cardinal. HEX triplet: BB, 11 and 2D. RGB value is (187,17,45). Sum of RGB (Red+Green+Blue) = 187+17+45=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB112D is #44EED2. Grayscale: #474747. Windows color (decimal): -4517587 or 2953659. OLE color: 2953659.

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

Color convert

RGB 187 17 45 -
CMYK 0 0.91 0.76 0.27
HSL 350.12º 0.83% 0.4% -
HSV(B) 350.12º 0.91% 0.73% -
XYZ 21.17 11.16 3.52 -
YUV 71.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 187 17 45 0 0.91 0.76 0.27 350.12 0.83 0.4
Hex BB 11 2D 0 5B 4C 1B 15E 53 28
Octal 273 21 55 0 133 114 33 536 123 50
Binary 10111011 10001 101101 0 1011011 1001100 11011 101011110 1010011 101000

Color Harmonies of #BB112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB112D

Black with #BB112D

Text Example


Text Example

White with #BB112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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