Html Css Color HEX #AF0F2D Cardinal

📋 copy color: '#AF0F2D'

red 175 ◦ green 15 ◦ blue 45

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

Shades of Cardinal #AF0F2D

Tints of Cardinal #AF0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 74.47%
G = 6.38%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF0F2D (or 0xAF0F2D) is known color: Cardinal. HEX triplet: AF, 0F and 2D. RGB value is (175,15,45). Sum of RGB (Red+Green+Blue) = 175+15+45=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F2D is #50F0D2. Grayscale: #424242. Windows color (decimal): -5304531 or 2953135. OLE color: 2953135.

HSL color Cylindrical-coordinate representation of color #AF0F2D: hue angle of 348.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F2D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 45 -
CMYK 0 0.91 0.74 0.31
HSL 348.75º 0.84% 0.37% -
HSV(B) 348.75º 0.91% 0.69% -
XYZ 18.32 9.65 3.38 -
YUV 66.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 175 15 45 0 0.91 0.74 0.31 348.75 0.84 0.37
Hex AF F 2D 0 5B 4A 1F 15D 54 25
Octal 257 17 55 0 133 112 37 535 124 45
Binary 10101111 1111 101101 0 1011011 1001010 11111 101011101 1010100 100101

Color Harmonies of #AF0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F2D

Black with #AF0F2D

Text Example


Text Example

White with #AF0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F2D; }

 p { color: rgb(175,15,45); }

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

background-color css

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

 a { background-color: rgb(175,15,45); }

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

border-color css

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

 span { border-color: rgb(175,15,45); }

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