Html Css Color HEX #BA223D Cardinal

📋 copy color: '#BA223D'

red 186 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #BA223D

Tints of Cardinal #BA223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 66.19%
G = 12.1%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA223D (or 0xBA223D) is known color: Cardinal. HEX triplet: BA, 22 and 3D. RGB value is (186,34,61). Sum of RGB (Red+Green+Blue) = 186+34+61=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA223D is #45DDC2. Grayscale: #525252. Windows color (decimal): -4578755 or 4006586. OLE color: 4006586.

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

Color convert

RGB 186 34 61 -
CMYK 0 0.82 0.67 0.27
HSL 349.34º 0.69% 0.43% -
HSV(B) 349.34º 0.82% 0.73% -
XYZ 21.66 11.92 5.57 -
YUV 82.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 186 34 61 0 0.82 0.67 0.27 349.34 0.69 0.43
Hex BA 22 3D 0 52 43 1B 15D 45 2B
Octal 272 42 75 0 122 103 33 535 105 53
Binary 10111010 100010 111101 0 1010010 1000011 11011 101011101 1000101 101011

Color Harmonies of #BA223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA223D

Black with #BA223D

Text Example


Text Example

White with #BA223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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