Html Css Color HEX #BA0436 Cardinal

📋 copy color: '#BA0436'

red 186 ◦ green 4 ◦ blue 54

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

Shades of Cardinal #BA0436

Tints of Cardinal #BA0436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 76.23%
G = 1.64%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0436 (or 0xBA0436) is known color: Cardinal. HEX triplet: BA, 04 and 36. RGB value is (186,4,54). Sum of RGB (Red+Green+Blue) = 186+4+54=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0436 is #45FBC9. Grayscale: #404040. Windows color (decimal): -4586442 or 3540154. OLE color: 3540154.

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

Color convert

RGB 186 4 54 -
CMYK 0 0.98 0.71 0.27
HSL 343.52º 0.96% 0.37% -
HSV(B) 343.52º 0.98% 0.73% -
XYZ 20.96 10.79 4.47 -
YUV 64.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 186 4 54 0 0.98 0.71 0.27 343.52 0.96 0.37
Hex BA 4 36 0 62 47 1B 158 60 25
Octal 272 4 66 0 142 107 33 530 140 45
Binary 10111010 100 110110 0 1100010 1000111 11011 101011000 1100000 100101

Color Harmonies of #BA0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0436

Black with #BA0436

Text Example


Text Example

White with #BA0436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0436; }

 p { color: rgb(186,4,54); }

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

background-color css

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

 a { background-color: rgb(186,4,54); }

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

border-color css

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

 span { border-color: rgb(186,4,54); }

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