Html Css Color HEX #AF102F Cardinal

📋 copy color: '#AF102F'

red 175 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #AF102F

Tints of Cardinal #AF102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 73.53%
G = 6.72%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF102F (or 0xAF102F) is known color: Cardinal. HEX triplet: AF, 10 and 2F. RGB value is (175,16,47). Sum of RGB (Red+Green+Blue) = 175+16+47=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF102F is #50EFD0. Grayscale: #434343. Windows color (decimal): -5304273 or 3084463. OLE color: 3084463.

HSL color Cylindrical-coordinate representation of color #AF102F: hue angle of 348.3º 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 #AF102F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 47 -
CMYK 0 0.91 0.73 0.31
HSL 348.3º 0.83% 0.37% -
HSV(B) 348.3º 0.91% 0.69% -
XYZ 18.38 9.69 3.59 -
YUV 67.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 175 16 47 0 0.91 0.73 0.31 348.3 0.83 0.37
Hex AF 10 2F 0 5B 49 1F 15C 53 25
Octal 257 20 57 0 133 111 37 534 123 45
Binary 10101111 10000 101111 0 1011011 1001001 11111 101011100 1010011 100101

Color Harmonies of #AF102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF102F

Black with #AF102F

Text Example


Text Example

White with #AF102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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