Html Css Color HEX #B41F3F Cardinal

📋 copy color: '#B41F3F'

red 180 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #B41F3F

Tints of Cardinal #B41F3F

RGB

 RED value IS 180 (70.7% from 255) = 65.69%

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 63 (25% from 255) = 22.99%

R = 65.69%
G = 11.31%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B41F3F (or 0xB41F3F) is known color: Cardinal. HEX triplet: B4, 1F and 3F. RGB value is (180,31,63). Sum of RGB (Red+Green+Blue) = 180+31+63=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F3F is #4BE0C0. Grayscale: #4F4F4F. Windows color (decimal): -4972737 or 4136884. OLE color: 4136884.

HSL color Cylindrical-coordinate representation of color #B41F3F: hue angle of 347.11º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F3F is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 31 63 -
CMYK 0 0.83 0.65 0.29
HSL 347.11º 0.71% 0.41% -
HSV(B) 347.11º 0.83% 0.71% -
XYZ 20.21 11.04 5.77 -
YUV 79.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 180 31 63 0 0.83 0.65 0.29 347.11 0.71 0.41
Hex B4 1F 3F 0 53 41 1D 15B 47 29
Octal 264 37 77 0 123 101 35 533 107 51
Binary 10110100 11111 111111 0 1010011 1000001 11101 101011011 1000111 101001

Color Harmonies of #B41F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F3F

Black with #B41F3F

Text Example


Text Example

White with #B41F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F3F; }

 p { color: rgb(180,31,63); }

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

background-color css

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

 a { background-color: rgb(180,31,63); }

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

border-color css

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

 span { border-color: rgb(180,31,63); }

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