Html Css Color HEX #BA212F Cardinal

📋 copy color: '#BA212F'

red 186 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #BA212F

Tints of Cardinal #BA212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 69.92%
G = 12.41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA212F (or 0xBA212F) is known color: Cardinal. HEX triplet: BA, 21 and 2F. RGB value is (186,33,47). Sum of RGB (Red+Green+Blue) = 186+33+47=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA212F is #45DED0. Grayscale: #505050. Windows color (decimal): -4579025 or 3088826. OLE color: 3088826.

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

Color convert

RGB 186 33 47 -
CMYK 0 0.82 0.75 0.27
HSL 354.51º 0.7% 0.43% -
HSV(B) 354.51º 0.82% 0.73% -
XYZ 21.31 11.73 3.83 -
YUV 80.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 186 33 47 0 0.82 0.75 0.27 354.51 0.7 0.43
Hex BA 21 2F 0 52 4B 1B 163 46 2B
Octal 272 41 57 0 122 113 33 543 106 53
Binary 10111010 100001 101111 0 1010010 1001011 11011 101100011 1000110 101011

Color Harmonies of #BA212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA212F

Black with #BA212F

Text Example


Text Example

White with #BA212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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