Html Css Color HEX #BA0434 Cardinal

📋 copy color: '#BA0434'

red 186 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #BA0434

Tints of Cardinal #BA0434

RGB

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

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

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

R = 76.86%
G = 1.65%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0434 (or 0xBA0434) is known color: Cardinal. HEX triplet: BA, 04 and 34. RGB value is (186,4,52). Sum of RGB (Red+Green+Blue) = 186+4+52=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0434 is #45FBCB. Grayscale: #3F3F3F. Windows color (decimal): -4586444 or 3409082. OLE color: 3409082.

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

Color convert

RGB 186 4 52 -
CMYK 0 0.98 0.72 0.27
HSL 344.18º 0.96% 0.37% -
HSV(B) 344.18º 0.98% 0.73% -
XYZ 20.91 10.77 4.23 -
YUV 63.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 186 4 52 0 0.98 0.72 0.27 344.18 0.96 0.37
Hex BA 4 34 0 62 48 1B 158 60 25
Octal 272 4 64 0 142 110 33 530 140 45
Binary 10111010 100 110100 0 1100010 1001000 11011 101011000 1100000 100101

Color Harmonies of #BA0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0434

Black with #BA0434

Text Example


Text Example

White with #BA0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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