Html Css Color HEX #AF023D Cardinal

📋 copy color: '#AF023D'

red 175 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #AF023D

Tints of Cardinal #AF023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 73.53%
G = 0.84%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF023D (or 0xAF023D) is known color: Cardinal. HEX triplet: AF, 02 and 3D. RGB value is (175,2,61). Sum of RGB (Red+Green+Blue) = 175+2+61=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF023D is #50FDC2. Grayscale: #3C3C3C. Windows color (decimal): -5307843 or 3998383. OLE color: 3998383.

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

Color convert

RGB 175 2 61 -
CMYK 0 0.99 0.65 0.31
HSL 339.54º 0.98% 0.35% -
HSV(B) 339.54º 0.99% 0.69% -
XYZ 18.54 9.49 5.27 -
YUV 60.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 175 2 61 0 0.99 0.65 0.31 339.54 0.98 0.35
Hex AF 2 3D 0 63 41 1F 154 62 23
Octal 257 2 75 0 143 101 37 524 142 43
Binary 10101111 10 111101 0 1100011 1000001 11111 101010100 1100010 100011

Color Harmonies of #AF023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF023D

Black with #AF023D

Text Example


Text Example

White with #AF023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF023D; }

 p { color: rgb(175,2,61); }

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

background-color css

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

 a { background-color: rgb(175,2,61); }

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

border-color css

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

 span { border-color: rgb(175,2,61); }

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