Html Css Color HEX #BB112F Cardinal

📋 copy color: '#BB112F'

red 187 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #BB112F

Tints of Cardinal #BB112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 74.5%
G = 6.77%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB112F (or 0xBB112F) is known color: Cardinal. HEX triplet: BB, 11 and 2F. RGB value is (187,17,47). Sum of RGB (Red+Green+Blue) = 187+17+47=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB112F is #44EED0. Grayscale: #474747. Windows color (decimal): -4517585 or 3084731. OLE color: 3084731.

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

Color convert

RGB 187 17 47 -
CMYK 0 0.91 0.75 0.27
HSL 349.41º 0.83% 0.4% -
HSV(B) 349.41º 0.91% 0.73% -
XYZ 21.21 11.17 3.73 -
YUV 71.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 187 17 47 0 0.91 0.75 0.27 349.41 0.83 0.4
Hex BB 11 2F 0 5B 4B 1B 15D 53 28
Octal 273 21 57 0 133 113 33 535 123 50
Binary 10111011 10001 101111 0 1011011 1001011 11011 101011101 1010011 101000

Color Harmonies of #BB112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB112F

Black with #BB112F

Text Example


Text Example

White with #BB112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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