Html Css Color HEX #AF2835 Cardinal

📋 copy color: '#AF2835'

red 175 ◦ green 40 ◦ blue 53

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

Shades of Cardinal #AF2835

Tints of Cardinal #AF2835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 65.3%
G = 14.93%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2835 (or 0xAF2835) is known color: Cardinal. HEX triplet: AF, 28 and 35. RGB value is (175,40,53). Sum of RGB (Red+Green+Blue) = 175+40+53=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2835 is #50D7CA. Grayscale: #515151. Windows color (decimal): -5298123 or 3483823. OLE color: 3483823.

HSL color Cylindrical-coordinate representation of color #AF2835: hue angle of 354.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2835 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 53 -
CMYK 0 0.77 0.70 0.31
HSL 354.22º 0.63% 0.42% -
HSV(B) 354.22º 0.77% 0.69% -
XYZ 19.08 10.89 4.46 -
YUV 81.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 175 40 53 0 0.77 0.70 0.31 354.22 0.63 0.42
Hex AF 28 35 0 4D 46 1F 162 3F 2A
Octal 257 50 65 0 115 106 37 542 77 52
Binary 10101111 101000 110101 0 1001101 1000110 11111 101100010 111111 101010

Color Harmonies of #AF2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2835

Black with #AF2835

Text Example


Text Example

White with #AF2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2835; }

 p { color: rgb(175,40,53); }

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

background-color css

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

 a { background-color: rgb(175,40,53); }

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

border-color css

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

 span { border-color: rgb(175,40,53); }

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