Html Css Color HEX #AF082D Cardinal

📋 copy color: '#AF082D'

red 175 ◦ green 8 ◦ blue 45

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

Shades of Cardinal #AF082D

Tints of Cardinal #AF082D

RGB

 RED value IS 175 (68.75% from 255) = 76.75%

 GREEN value IS 8 (3.52% from 255) = 3.51%

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

R = 76.75%
G = 3.51%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF082D (or 0xAF082D) is known color: Cardinal. HEX triplet: AF, 08 and 2D. RGB value is (175,8,45). Sum of RGB (Red+Green+Blue) = 175+8+45=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF082D is #50F7D2. Grayscale: #3E3E3E. Windows color (decimal): -5306323 or 2951343. OLE color: 2951343.

HSL color Cylindrical-coordinate representation of color #AF082D: hue angle of 346.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF082D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 45 -
CMYK 0 0.95 0.74 0.31
HSL 346.71º 0.91% 0.36% -
HSV(B) 346.71º 0.95% 0.69% -
XYZ 18.24 9.48 3.35 -
YUV 62.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 175 8 45 0 0.95 0.74 0.31 346.71 0.91 0.36
Hex AF 8 2D 0 5F 4A 1F 15B 5B 24
Octal 257 10 55 0 137 112 37 533 133 44
Binary 10101111 1000 101101 0 1011111 1001010 11111 101011011 1011011 100100

Color Harmonies of #AF082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF082D

Black with #AF082D

Text Example


Text Example

White with #AF082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF082D; }

 p { color: rgb(175,8,45); }

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

background-color css

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

 a { background-color: rgb(175,8,45); }

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

border-color css

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

 span { border-color: rgb(175,8,45); }

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