Html Css Color HEX #BA072D Cardinal

📋 copy color: '#BA072D'

red 186 ◦ green 7 ◦ blue 45

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

Shades of Cardinal #BA072D

Tints of Cardinal #BA072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 78.15%
G = 2.94%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA072D (or 0xBA072D) is known color: Cardinal. HEX triplet: BA, 07 and 2D. RGB value is (186,7,45). Sum of RGB (Red+Green+Blue) = 186+7+45=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA072D is #45F8D2. Grayscale: #404040. Windows color (decimal): -4585683 or 2951098. OLE color: 2951098.

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

Color convert

RGB 186 7 45 -
CMYK 0 0.96 0.76 0.27
HSL 347.26º 0.93% 0.38% -
HSV(B) 347.26º 0.96% 0.73% -
XYZ 20.8 10.78 3.47 -
YUV 64.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 186 7 45 0 0.96 0.76 0.27 347.26 0.93 0.38
Hex BA 7 2D 0 60 4C 1B 15B 5D 26
Octal 272 7 55 0 140 114 33 533 135 46
Binary 10111010 111 101101 0 1100000 1001100 11011 101011011 1011101 100110

Color Harmonies of #BA072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA072D

Black with #BA072D

Text Example


Text Example

White with #BA072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA072D; }

 p { color: rgb(186,7,45); }

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

background-color css

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

 a { background-color: rgb(186,7,45); }

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

border-color css

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

 span { border-color: rgb(186,7,45); }

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