Html Css Color HEX #AF263E Cardinal

📋 copy color: '#AF263E'

red 175 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #AF263E

Tints of Cardinal #AF263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 63.64%
G = 13.82%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF263E (or 0xAF263E) is known color: Cardinal. HEX triplet: AF, 26 and 3E. RGB value is (175,38,62). Sum of RGB (Red+Green+Blue) = 175+38+62=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF263E is #50D9C1. Grayscale: #515151. Windows color (decimal): -5298626 or 4073135. OLE color: 4073135.

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

Color convert

RGB 175 38 62 -
CMYK 0 0.78 0.65 0.31
HSL 349.49º 0.64% 0.42% -
HSV(B) 349.49º 0.78% 0.69% -
XYZ 19.24 10.85 5.64 -
YUV 81.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 175 38 62 0 0.78 0.65 0.31 349.49 0.64 0.42
Hex AF 26 3E 0 4E 41 1F 15D 40 2A
Octal 257 46 76 0 116 101 37 535 100 52
Binary 10101111 100110 111110 0 1001110 1000001 11111 101011101 1000000 101010

Color Harmonies of #AF263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF263E

Black with #AF263E

Text Example


Text Example

White with #AF263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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