Html Css Color HEX #AF262F Cardinal

📋 copy color: '#AF262F'

red 175 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #AF262F

Tints of Cardinal #AF262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 67.31%
G = 14.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF262F (or 0xAF262F) is known color: Cardinal. HEX triplet: AF, 26 and 2F. RGB value is (175,38,47). Sum of RGB (Red+Green+Blue) = 175+38+47=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF262F is #50D9D0. Grayscale: #505050. Windows color (decimal): -5298641 or 3090095. OLE color: 3090095.

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

Color convert

RGB 175 38 47 -
CMYK 0 0.78 0.73 0.31
HSL 356.06º 0.64% 0.42% -
HSV(B) 356.06º 0.78% 0.69% -
XYZ 18.89 10.71 3.76 -
YUV 79.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 175 38 47 0 0.78 0.73 0.31 356.06 0.64 0.42
Hex AF 26 2F 0 4E 49 1F 164 40 2A
Octal 257 46 57 0 116 111 37 544 100 52
Binary 10101111 100110 101111 0 1001110 1001001 11111 101100100 1000000 101010

Color Harmonies of #AF262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF262F

Black with #AF262F

Text Example


Text Example

White with #AF262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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