Html Css Color HEX #BA0335 Cardinal

📋 copy color: '#BA0335'

red 186 ◦ green 3 ◦ blue 53

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

Shades of Cardinal #BA0335

Tints of Cardinal #BA0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 76.86%
G = 1.24%
B = 21.9%

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

#BA0335 (or 0xBA0335) is known color: Cardinal. HEX triplet: BA, 03 and 35. RGB value is (186,3,53). Sum of RGB (Red+Green+Blue) = 186+3+53=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0335 is #45FCCA. Grayscale: #3F3F3F. Windows color (decimal): -4586699 or 3474362. OLE color: 3474362.

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

Color convert

RGB 186 3 53 -
CMYK 0 0.98 0.72 0.27
HSL 343.61º 0.97% 0.37% -
HSV(B) 343.61º 0.98% 0.73% -
XYZ 20.92 10.76 4.34 -
YUV 63.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 186 3 53 0 0.98 0.72 0.27 343.61 0.97 0.37
Hex BA 3 35 0 62 48 1B 158 61 25
Octal 272 3 65 0 142 110 33 530 141 45
Binary 10111010 11 110101 0 1100010 1001000 11011 101011000 1100001 100101

Color Harmonies of #BA0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0335

Black with #BA0335

Text Example


Text Example

White with #BA0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0335; }

 p { color: rgb(186,3,53); }

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

background-color css

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

 a { background-color: rgb(186,3,53); }

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

border-color css

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

 span { border-color: rgb(186,3,53); }

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