Html Css Color HEX #BA2234 Cardinal

📋 copy color: '#BA2234'

red 186 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #BA2234

Tints of Cardinal #BA2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 68.38%
G = 12.5%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2234 (or 0xBA2234) is known color: Cardinal. HEX triplet: BA, 22 and 34. RGB value is (186,34,52). Sum of RGB (Red+Green+Blue) = 186+34+52=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2234 is #45DDCB. Grayscale: #515151. Windows color (decimal): -4578764 or 3416762. OLE color: 3416762.

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

Color convert

RGB 186 34 52 -
CMYK 0 0.82 0.72 0.27
HSL 352.89º 0.69% 0.43% -
HSV(B) 352.89º 0.82% 0.73% -
XYZ 21.44 11.83 4.4 -
YUV 81.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 186 34 52 0 0.82 0.72 0.27 352.89 0.69 0.43
Hex BA 22 34 0 52 48 1B 161 45 2B
Octal 272 42 64 0 122 110 33 541 105 53
Binary 10111010 100010 110100 0 1010010 1001000 11011 101100001 1000101 101011

Color Harmonies of #BA2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2234

Black with #BA2234

Text Example


Text Example

White with #BA2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2234; }

 p { color: rgb(186,34,52); }

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

background-color css

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

 a { background-color: rgb(186,34,52); }

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

border-color css

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

 span { border-color: rgb(186,34,52); }

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