Html Css Color HEX #AD0F2A Cardinal

📋 copy color: '#AD0F2A'

red 173 ◦ green 15 ◦ blue 42

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

Shades of Cardinal #AD0F2A

Tints of Cardinal #AD0F2A

RGB

 RED value IS 173 (67.97% from 255) = 75.22%

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 75.22%
G = 6.52%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0F2A (or 0xAD0F2A) is known color: Cardinal. HEX triplet: AD, 0F and 2A. RGB value is (173,15,42). Sum of RGB (Red+Green+Blue) = 173+15+42=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F2A is #52F0D5. Grayscale: #414141. Windows color (decimal): -5435606 or 2756525. OLE color: 2756525.

HSL color Cylindrical-coordinate representation of color #AD0F2A: hue angle of 349.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F2A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 42 -
CMYK 0 0.91 0.76 0.32
HSL 349.75º 0.84% 0.37% -
HSV(B) 349.75º 0.91% 0.68% -
XYZ 17.82 9.39 3.06 -
YUV 65.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 173 15 42 0 0.91 0.76 0.32 349.75 0.84 0.37
Hex AD F 2A 0 5B 4C 20 15E 54 25
Octal 255 17 52 0 133 114 40 536 124 45
Binary 10101101 1111 101010 0 1011011 1001100 100000 101011110 1010100 100101

Color Harmonies of #AD0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F2A

Black with #AD0F2A

Text Example


Text Example

White with #AD0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F2A; }

 p { color: rgb(173,15,42); }

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

background-color css

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

 a { background-color: rgb(173,15,42); }

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

border-color css

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

 span { border-color: rgb(173,15,42); }

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