Html Css Color HEX #BA073D Cardinal

📋 copy color: '#BA073D'

red 186 ◦ green 7 ◦ blue 61

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

Shades of Cardinal #BA073D

Tints of Cardinal #BA073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 73.23%
G = 2.76%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA073D (or 0xBA073D) is known color: Cardinal. HEX triplet: BA, 07 and 3D. RGB value is (186,7,61). Sum of RGB (Red+Green+Blue) = 186+7+61=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA073D is #45F8C2. Grayscale: #424242. Windows color (decimal): -4585667 or 3999674. OLE color: 3999674.

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

Color convert

RGB 186 7 61 -
CMYK 0 0.96 0.67 0.27
HSL 341.9º 0.93% 0.38% -
HSV(B) 341.9º 0.96% 0.73% -
XYZ 21.17 10.93 5.41 -
YUV 66.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 186 7 61 0 0.96 0.67 0.27 341.9 0.93 0.38
Hex BA 7 3D 0 60 43 1B 156 5D 26
Octal 272 7 75 0 140 103 33 526 135 46
Binary 10111010 111 111101 0 1100000 1000011 11011 101010110 1011101 100110

Color Harmonies of #BA073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA073D

Black with #BA073D

Text Example


Text Example

White with #BA073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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