Html Css Color HEX #BB113F Cardinal

📋 copy color: '#BB113F'

red 187 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #BB113F

Tints of Cardinal #BB113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 70.04%
G = 6.37%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB113F (or 0xBB113F) is known color: Cardinal. HEX triplet: BB, 11 and 3F. RGB value is (187,17,63). Sum of RGB (Red+Green+Blue) = 187+17+63=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB113F is #44EEC0. Grayscale: #494949. Windows color (decimal): -4517569 or 4133307. OLE color: 4133307.

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

Color convert

RGB 187 17 63 -
CMYK 0 0.91 0.66 0.27
HSL 343.76º 0.83% 0.4% -
HSV(B) 343.76º 0.91% 0.73% -
XYZ 21.59 11.32 5.75 -
YUV 73.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 187 17 63 0 0.91 0.66 0.27 343.76 0.83 0.4
Hex BB 11 3F 0 5B 42 1B 158 53 28
Octal 273 21 77 0 133 102 33 530 123 50
Binary 10111011 10001 111111 0 1011011 1000010 11011 101011000 1010011 101000

Color Harmonies of #BB113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB113F

Black with #BB113F

Text Example


Text Example

White with #BB113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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