Html Css Color HEX #AF262E Cardinal

📋 copy color: '#AF262E'

red 175 ◦ green 38 ◦ blue 46

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

Shades of Cardinal #AF262E

Tints of Cardinal #AF262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 67.57%
G = 14.67%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF262E (or 0xAF262E) is known color: Cardinal. HEX triplet: AF, 26 and 2E. RGB value is (175,38,46). Sum of RGB (Red+Green+Blue) = 175+38+46=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF262E is #50D9D1. Grayscale: #4F4F4F. Windows color (decimal): -5298642 or 3024559. OLE color: 3024559.

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

Color convert

RGB 175 38 46 -
CMYK 0 0.78 0.74 0.31
HSL 356.5º 0.64% 0.42% -
HSV(B) 356.5º 0.78% 0.69% -
XYZ 18.87 10.7 3.66 -
YUV 79.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 175 38 46 0 0.78 0.74 0.31 356.5 0.64 0.42
Hex AF 26 2E 0 4E 4A 1F 164 40 2A
Octal 257 46 56 0 116 112 37 544 100 52
Binary 10101111 100110 101110 0 1001110 1001010 11111 101100100 1000000 101010

Color Harmonies of #AF262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF262E

Black with #AF262E

Text Example


Text Example

White with #AF262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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