Html Css Color HEX #BB0C4A Cardinal

📋 copy color: '#BB0C4A'

red 187 ◦ green 12 ◦ blue 74

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

Shades of Cardinal #BB0C4A

Tints of Cardinal #BB0C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 68.5%
G = 4.4%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB0C4A (or 0xBB0C4A) is known color: Cardinal. HEX triplet: BB, 0C and 4A. RGB value is (187,12,74). Sum of RGB (Red+Green+Blue) = 187+12+74=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C4A is #44F3B5. Grayscale: #474747. Windows color (decimal): -4518838 or 4852923. OLE color: 4852923.

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

Color convert

RGB 187 12 74 -
CMYK 0 0.94 0.60 0.27
HSL 338.74º 0.88% 0.39% -
HSV(B) 338.74º 0.94% 0.73% -
XYZ 21.86 11.32 7.51 -
YUV 71.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 187 12 74 0 0.94 0.60 0.27 338.74 0.88 0.39
Hex BB C 4A 0 5E 3C 1B 153 58 27
Octal 273 14 112 0 136 74 33 523 130 47
Binary 10111011 1100 1001010 0 1011110 111100 11011 101010011 1011000 100111

Color Harmonies of #BB0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C4A

Black with #BB0C4A

Text Example


Text Example

White with #BB0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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