Html Css Color HEX #BB113A Cardinal

📋 copy color: '#BB113A'

red 187 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #BB113A

Tints of Cardinal #BB113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 71.37%
G = 6.49%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB113A (or 0xBB113A) is known color: Cardinal. HEX triplet: BB, 11 and 3A. RGB value is (187,17,58). Sum of RGB (Red+Green+Blue) = 187+17+58=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB113A is #44EEC5. Grayscale: #484848. Windows color (decimal): -4517574 or 3805627. OLE color: 3805627.

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

Color convert

RGB 187 17 58 -
CMYK 0 0.91 0.69 0.27
HSL 345.53º 0.83% 0.4% -
HSV(B) 345.53º 0.91% 0.73% -
XYZ 21.46 11.27 5.05 -
YUV 72.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 187 17 58 0 0.91 0.69 0.27 345.53 0.83 0.4
Hex BB 11 3A 0 5B 45 1B 15A 53 28
Octal 273 21 72 0 133 105 33 532 123 50
Binary 10111011 10001 111010 0 1011011 1000101 11011 101011010 1010011 101000

Color Harmonies of #BB113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB113A

Black with #BB113A

Text Example


Text Example

White with #BB113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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