Html Css Color HEX #AF2834 Cardinal

📋 copy color: '#AF2834'

red 175 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #AF2834

Tints of Cardinal #AF2834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 65.54%
G = 14.98%
B = 19.48%

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

#AF2834 (or 0xAF2834) is known color: Cardinal. HEX triplet: AF, 28 and 34. RGB value is (175,40,52). Sum of RGB (Red+Green+Blue) = 175+40+52=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2834 is #50D7CB. Grayscale: #515151. Windows color (decimal): -5298124 or 3418287. OLE color: 3418287.

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

Color convert

RGB 175 40 52 -
CMYK 0 0.77 0.70 0.31
HSL 354.67º 0.63% 0.42% -
HSV(B) 354.67º 0.77% 0.69% -
XYZ 19.06 10.88 4.34 -
YUV 81.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 175 40 52 0 0.77 0.70 0.31 354.67 0.63 0.42
Hex AF 28 34 0 4D 46 1F 163 3F 2A
Octal 257 50 64 0 115 106 37 543 77 52
Binary 10101111 101000 110100 0 1001101 1000110 11111 101100011 111111 101010

Color Harmonies of #AF2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2834

Black with #AF2834

Text Example


Text Example

White with #AF2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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