Html Css Color HEX #A7093A Cardinal

📋 copy color: '#A7093A'

red 167 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #A7093A

Tints of Cardinal #A7093A

RGB

 RED value IS 167 (65.63% from 255) = 71.37%

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 71.37%
G = 3.85%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7093A (or 0xA7093A) is known color: Cardinal. HEX triplet: A7, 09 and 3A. RGB value is (167,9,58). Sum of RGB (Red+Green+Blue) = 167+9+58=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A7093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7093A is #58F6C5. Grayscale: #3D3D3D. Windows color (decimal): -5830342 or 3803559. OLE color: 3803559.

HSL color Cylindrical-coordinate representation of color #A7093A: hue angle of 341.39º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7093A is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 58 -
CMYK 0 0.95 0.65 0.35
HSL 341.39º 0.9% 0.35% -
HSV(B) 341.39º 0.95% 0.65% -
XYZ 16.8 8.72 4.8 -
YUV 61.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 167 9 58 0 0.95 0.65 0.35 341.39 0.9 0.35
Hex A7 9 3A 0 5F 41 23 155 5A 23
Octal 247 11 72 0 137 101 43 525 132 43
Binary 10100111 1001 111010 0 1011111 1000001 100011 101010101 1011010 100011

Color Harmonies of #A7093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7093A

Black with #A7093A

Text Example


Text Example

White with #A7093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7093A; }

 p { color: rgb(167,9,58); }

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

background-color css

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

 a { background-color: rgb(167,9,58); }

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

border-color css

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

 span { border-color: rgb(167,9,58); }

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