Html Css Color HEX #BA032E Cardinal

📋 copy color: '#BA032E'

red 186 ◦ green 3 ◦ blue 46

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

Shades of Cardinal #BA032E

Tints of Cardinal #BA032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 79.15%
G = 1.28%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA032E (or 0xBA032E) is known color: Cardinal. HEX triplet: BA, 03 and 2E. RGB value is (186,3,46). Sum of RGB (Red+Green+Blue) = 186+3+46=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032E is #45FCD1. Grayscale: #3E3E3E. Windows color (decimal): -4586706 or 3015610. OLE color: 3015610.

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

Color convert

RGB 186 3 46 -
CMYK 0 0.98 0.75 0.27
HSL 345.9º 0.97% 0.37% -
HSV(B) 345.9º 0.98% 0.73% -
XYZ 20.78 10.7 3.56 -
YUV 62.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 186 3 46 0 0.98 0.75 0.27 345.9 0.97 0.37
Hex BA 3 2E 0 62 4B 1B 15A 61 25
Octal 272 3 56 0 142 113 33 532 141 45
Binary 10111010 11 101110 0 1100010 1001011 11011 101011010 1100001 100101

Color Harmonies of #BA032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA032E

Black with #BA032E

Text Example


Text Example

White with #BA032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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