Html Css Color HEX #AF102D Cardinal

📋 copy color: '#AF102D'

red 175 ◦ green 16 ◦ blue 45

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

Shades of Cardinal #AF102D

Tints of Cardinal #AF102D

RGB

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

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

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

R = 74.15%
G = 6.78%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF102D (or 0xAF102D) is known color: Cardinal. HEX triplet: AF, 10 and 2D. RGB value is (175,16,45). Sum of RGB (Red+Green+Blue) = 175+16+45=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF102D is #50EFD2. Grayscale: #424242. Windows color (decimal): -5304275 or 2953391. OLE color: 2953391.

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

Color convert

RGB 175 16 45 -
CMYK 0 0.91 0.74 0.31
HSL 349.06º 0.83% 0.37% -
HSV(B) 349.06º 0.91% 0.69% -
XYZ 18.34 9.67 3.38 -
YUV 66.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 175 16 45 0 0.91 0.74 0.31 349.06 0.83 0.37
Hex AF 10 2D 0 5B 4A 1F 15D 53 25
Octal 257 20 55 0 133 112 37 535 123 45
Binary 10101111 10000 101101 0 1011011 1001010 11111 101011101 1010011 100101

Color Harmonies of #AF102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF102D

Black with #AF102D

Text Example


Text Example

White with #AF102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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