Html Css Color HEX #BA062E Cardinal

📋 copy color: '#BA062E'

red 186 ◦ green 6 ◦ blue 46

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

Shades of Cardinal #BA062E

Tints of Cardinal #BA062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 78.15%
G = 2.52%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA062E (or 0xBA062E) is known color: Cardinal. HEX triplet: BA, 06 and 2E. RGB value is (186,6,46). Sum of RGB (Red+Green+Blue) = 186+6+46=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA062E is #45F9D1. Grayscale: #404040. Windows color (decimal): -4585938 or 3016378. OLE color: 3016378.

HSL color Cylindrical-coordinate representation of color #BA062E: hue angle of 346.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA062E is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 46 -
CMYK 0 0.97 0.75 0.27
HSL 346.67º 0.94% 0.38% -
HSV(B) 346.67º 0.97% 0.73% -
XYZ 20.81 10.77 3.57 -
YUV 64.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 186 6 46 0 0.97 0.75 0.27 346.67 0.94 0.38
Hex BA 6 2E 0 61 4B 1B 15B 5E 26
Octal 272 6 56 0 141 113 33 533 136 46
Binary 10111010 110 101110 0 1100001 1001011 11011 101011011 1011110 100110

Color Harmonies of #BA062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA062E

Black with #BA062E

Text Example


Text Example

White with #BA062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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