Html Css Color HEX #AF232F Cardinal

📋 copy color: '#AF232F'

red 175 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #AF232F

Tints of Cardinal #AF232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 68.09%
G = 13.62%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF232F (or 0xAF232F) is known color: Cardinal. HEX triplet: AF, 23 and 2F. RGB value is (175,35,47). Sum of RGB (Red+Green+Blue) = 175+35+47=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF232F is #50DCD0. Grayscale: #4E4E4E. Windows color (decimal): -5299409 or 3089327. OLE color: 3089327.

HSL color Cylindrical-coordinate representation of color #AF232F: hue angle of 354.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF232F is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 47 -
CMYK 0 0.8 0.73 0.31
HSL 354.86º 0.67% 0.41% -
HSV(B) 354.86º 0.8% 0.69% -
XYZ 18.79 10.52 3.73 -
YUV 78.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 175 35 47 0 0.8 0.73 0.31 354.86 0.67 0.41
Hex AF 23 2F 0 50 49 1F 163 43 29
Octal 257 43 57 0 120 111 37 543 103 51
Binary 10101111 100011 101111 0 1010000 1001001 11111 101100011 1000011 101001

Color Harmonies of #AF232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF232F

Black with #AF232F

Text Example


Text Example

White with #AF232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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