Html Css Color HEX #BA0232 Cardinal

📋 copy color: '#BA0232'

red 186 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #BA0232

Tints of Cardinal #BA0232

RGB

 RED value IS 186 (73.05% from 255) = 78.15%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 78.15%
G = 0.84%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0232 (or 0xBA0232) is known color: Cardinal. HEX triplet: BA, 02 and 32. RGB value is (186,2,50). Sum of RGB (Red+Green+Blue) = 186+2+50=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0232 is #45FDCD. Grayscale: #3E3E3E. Windows color (decimal): -4586958 or 3277498. OLE color: 3277498.

HSL color Cylindrical-coordinate representation of color #BA0232: hue angle of 344.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0232 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 50 -
CMYK 0 0.99 0.73 0.27
HSL 344.35º 0.98% 0.37% -
HSV(B) 344.35º 0.99% 0.73% -
XYZ 20.85 10.71 3.99 -
YUV 62.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 186 2 50 0 0.99 0.73 0.27 344.35 0.98 0.37
Hex BA 2 32 0 63 49 1B 158 62 25
Octal 272 2 62 0 143 111 33 530 142 45
Binary 10111010 10 110010 0 1100011 1001001 11011 101011000 1100010 100101

Color Harmonies of #BA0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0232

Black with #BA0232

Text Example


Text Example

White with #BA0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0232; }

 p { color: rgb(186,2,50); }

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

background-color css

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

 a { background-color: rgb(186,2,50); }

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

border-color css

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

 span { border-color: rgb(186,2,50); }

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