Html Css Color HEX #BB0B4A Cardinal

📋 copy color: '#BB0B4A'

red 187 ◦ green 11 ◦ blue 74

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

Shades of Cardinal #BB0B4A

Tints of Cardinal #BB0B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

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

R = 68.75%
G = 4.04%
B = 27.21%

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

#BB0B4A (or 0xBB0B4A) is known color: Cardinal. HEX triplet: BB, 0B and 4A. RGB value is (187,11,74). Sum of RGB (Red+Green+Blue) = 187+11+74=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B4A is #44F4B5. Grayscale: #464646. Windows color (decimal): -4519094 or 4852667. OLE color: 4852667.

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

Color convert

RGB 187 11 74 -
CMYK 0 0.94 0.60 0.27
HSL 338.52º 0.89% 0.39% -
HSV(B) 338.52º 0.94% 0.73% -
XYZ 21.85 11.3 7.51 -
YUV 70.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 187 11 74 0 0.94 0.60 0.27 338.52 0.89 0.39
Hex BB B 4A 0 5E 3C 1B 153 59 27
Octal 273 13 112 0 136 74 33 523 131 47
Binary 10111011 1011 1001010 0 1011110 111100 11011 101010011 1011001 100111

Color Harmonies of #BB0B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B4A

Black with #BB0B4A

Text Example


Text Example

White with #BB0B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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