Html Css Color HEX #AF103D Cardinal

📋 copy color: '#AF103D'

red 175 ◦ green 16 ◦ blue 61

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

Shades of Cardinal #AF103D

Tints of Cardinal #AF103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 69.44%
G = 6.35%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF103D (or 0xAF103D) is known color: Cardinal. HEX triplet: AF, 10 and 3D. RGB value is (175,16,61). Sum of RGB (Red+Green+Blue) = 175+16+61=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103D is #50EFC2. Grayscale: #444444. Windows color (decimal): -5304259 or 4001967. OLE color: 4001967.

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

Color convert

RGB 175 16 61 -
CMYK 0 0.91 0.65 0.31
HSL 343.02º 0.83% 0.37% -
HSV(B) 343.02º 0.91% 0.69% -
XYZ 18.71 9.82 5.32 -
YUV 68.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 175 16 61 0 0.91 0.65 0.31 343.02 0.83 0.37
Hex AF 10 3D 0 5B 41 1F 157 53 25
Octal 257 20 75 0 133 101 37 527 123 45
Binary 10101111 10000 111101 0 1011011 1000001 11111 101010111 1010011 100101

Color Harmonies of #AF103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF103D

Black with #AF103D

Text Example


Text Example

White with #AF103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF103D; }

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

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

background-color css

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

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

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

border-color css

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

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

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