Html Css Color HEX #BA2130 Cardinal

📋 copy color: '#BA2130'

red 186 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #BA2130

Tints of Cardinal #BA2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 69.66%
G = 12.36%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2130 (or 0xBA2130) is known color: Cardinal. HEX triplet: BA, 21 and 30. RGB value is (186,33,48). Sum of RGB (Red+Green+Blue) = 186+33+48=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2130 is #45DECF. Grayscale: #505050. Windows color (decimal): -4579024 or 3154362. OLE color: 3154362.

HSL color Cylindrical-coordinate representation of color #BA2130: hue angle of 354.12º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2130 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 48 -
CMYK 0 0.82 0.74 0.27
HSL 354.12º 0.7% 0.43% -
HSV(B) 354.12º 0.82% 0.73% -
XYZ 21.33 11.74 3.94 -
YUV 80.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 186 33 48 0 0.82 0.74 0.27 354.12 0.7 0.43
Hex BA 21 30 0 52 4A 1B 162 46 2B
Octal 272 41 60 0 122 112 33 542 106 53
Binary 10111010 100001 110000 0 1010010 1001010 11011 101100010 1000110 101011

Color Harmonies of #BA2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2130

Black with #BA2130

Text Example


Text Example

White with #BA2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2130; }

 p { color: rgb(186,33,48); }

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

background-color css

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

 a { background-color: rgb(186,33,48); }

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

border-color css

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

 span { border-color: rgb(186,33,48); }

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