Html Css Color HEX #AF263A Cardinal

📋 copy color: '#AF263A'

red 175 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #AF263A

Tints of Cardinal #AF263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 64.58%
G = 14.02%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF263A (or 0xAF263A) is known color: Cardinal. HEX triplet: AF, 26 and 3A. RGB value is (175,38,58). Sum of RGB (Red+Green+Blue) = 175+38+58=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF263A is #50D9C5. Grayscale: #515151. Windows color (decimal): -5298630 or 3810991. OLE color: 3810991.

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

Color convert

RGB 175 38 58 -
CMYK 0 0.78 0.67 0.31
HSL 351.24º 0.64% 0.42% -
HSV(B) 351.24º 0.78% 0.69% -
XYZ 19.14 10.81 5.08 -
YUV 81.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 175 38 58 0 0.78 0.67 0.31 351.24 0.64 0.42
Hex AF 26 3A 0 4E 43 1F 15F 40 2A
Octal 257 46 72 0 116 103 37 537 100 52
Binary 10101111 100110 111010 0 1001110 1000011 11111 101011111 1000000 101010

Color Harmonies of #AF263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF263A

Black with #AF263A

Text Example


Text Example

White with #AF263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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