Html Css Color HEX #BB0A3A Cardinal

📋 copy color: '#BB0A3A'

red 187 ◦ green 10 ◦ blue 58

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

Shades of Cardinal #BB0A3A

Tints of Cardinal #BB0A3A

RGB

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

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

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

R = 73.33%
G = 3.92%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB0A3A (or 0xBB0A3A) is known color: Cardinal. HEX triplet: BB, 0A and 3A. RGB value is (187,10,58). Sum of RGB (Red+Green+Blue) = 187+10+58=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A3A is #44F5C5. Grayscale: #444444. Windows color (decimal): -4519366 or 3803835. OLE color: 3803835.

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

Color convert

RGB 187 10 58 -
CMYK 0 0.95 0.69 0.27
HSL 343.73º 0.9% 0.39% -
HSV(B) 343.73º 0.95% 0.73% -
XYZ 21.37 11.09 5.02 -
YUV 68.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 187 10 58 0 0.95 0.69 0.27 343.73 0.9 0.39
Hex BB A 3A 0 5F 45 1B 158 5A 27
Octal 273 12 72 0 137 105 33 530 132 47
Binary 10111011 1010 111010 0 1011111 1000101 11011 101011000 1011010 100111

Color Harmonies of #BB0A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A3A

Black with #BB0A3A

Text Example


Text Example

White with #BB0A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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