Html Css Color HEX #AF2937 Cardinal

📋 copy color: '#AF2937'

red 175 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #AF2937

Tints of Cardinal #AF2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 64.58%
G = 15.13%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2937 (or 0xAF2937) is known color: Cardinal. HEX triplet: AF, 29 and 37. RGB value is (175,41,55). Sum of RGB (Red+Green+Blue) = 175+41+55=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2937 is #50D6C8. Grayscale: #525252. Windows color (decimal): -5297865 or 3615151. OLE color: 3615151.

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

Color convert

RGB 175 41 55 -
CMYK 0 0.77 0.69 0.31
HSL 353.73º 0.62% 0.42% -
HSV(B) 353.73º 0.77% 0.69% -
XYZ 19.16 10.98 4.72 -
YUV 82.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 175 41 55 0 0.77 0.69 0.31 353.73 0.62 0.42
Hex AF 29 37 0 4D 45 1F 162 3E 2A
Octal 257 51 67 0 115 105 37 542 76 52
Binary 10101111 101001 110111 0 1001101 1000101 11111 101100010 111110 101010

Color Harmonies of #AF2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2937

Black with #AF2937

Text Example


Text Example

White with #AF2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2937; }

 p { color: rgb(175,41,55); }

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

background-color css

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

 a { background-color: rgb(175,41,55); }

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

border-color css

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

 span { border-color: rgb(175,41,55); }

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