Html Css Color HEX #BB0A3C Cardinal

📋 copy color: '#BB0A3C'

red 187 ◦ green 10 ◦ blue 60

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

Shades of Cardinal #BB0A3C

Tints of Cardinal #BB0A3C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 72.76%
G = 3.89%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB0A3C (or 0xBB0A3C) is known color: Cardinal. HEX triplet: BB, 0A and 3C. RGB value is (187,10,60). Sum of RGB (Red+Green+Blue) = 187+10+60=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A3C is #44F5C3. Grayscale: #444444. Windows color (decimal): -4519364 or 3934907. OLE color: 3934907.

HSL color Cylindrical-coordinate representation of color #BB0A3C: hue angle of 343.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A3C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 60 -
CMYK 0 0.95 0.68 0.27
HSL 343.05º 0.9% 0.39% -
HSV(B) 343.05º 0.95% 0.73% -
XYZ 21.42 11.11 5.29 -
YUV 68.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 187 10 60 0 0.95 0.68 0.27 343.05 0.9 0.39
Hex BB A 3C 0 5F 44 1B 157 5A 27
Octal 273 12 74 0 137 104 33 527 132 47
Binary 10111011 1010 111100 0 1011111 1000100 11011 101010111 1011010 100111

Color Harmonies of #BB0A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A3C

Black with #BB0A3C

Text Example


Text Example

White with #BB0A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A3C; }

 p { color: rgb(187,10,60); }

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

background-color css

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

 a { background-color: rgb(187,10,60); }

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

border-color css

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

 span { border-color: rgb(187,10,60); }

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