Html Css Color HEX #AF263D Cardinal

📋 copy color: '#AF263D'

red 175 ◦ green 38 ◦ blue 61

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

Shades of Cardinal #AF263D

Tints of Cardinal #AF263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 63.87%
G = 13.87%
B = 22.26%

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

#AF263D (or 0xAF263D) is known color: Cardinal. HEX triplet: AF, 26 and 3D. RGB value is (175,38,61). Sum of RGB (Red+Green+Blue) = 175+38+61=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF263D is #50D9C2. Grayscale: #515151. Windows color (decimal): -5298627 or 4007599. OLE color: 4007599.

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

Color convert

RGB 175 38 61 -
CMYK 0 0.78 0.65 0.31
HSL 349.93º 0.64% 0.42% -
HSV(B) 349.93º 0.78% 0.69% -
XYZ 19.21 10.84 5.49 -
YUV 81.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 175 38 61 0 0.78 0.65 0.31 349.93 0.64 0.42
Hex AF 26 3D 0 4E 41 1F 15E 40 2A
Octal 257 46 75 0 116 101 37 536 100 52
Binary 10101111 100110 111101 0 1001110 1000001 11111 101011110 1000000 101010

Color Harmonies of #AF263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF263D

Black with #AF263D

Text Example


Text Example

White with #AF263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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