Html Css Color HEX #B41F3E Cardinal

📋 copy color: '#B41F3E'

red 180 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #B41F3E

Tints of Cardinal #B41F3E

RGB

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

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

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

R = 65.93%
G = 11.36%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B41F3E (or 0xB41F3E) is known color: Cardinal. HEX triplet: B4, 1F and 3E. RGB value is (180,31,62). Sum of RGB (Red+Green+Blue) = 180+31+62=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F3E is #4BE0C1. Grayscale: #4F4F4F. Windows color (decimal): -4972738 or 4071348. OLE color: 4071348.

HSL color Cylindrical-coordinate representation of color #B41F3E: hue angle of 347.52º 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 #B41F3E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 31 62 -
CMYK 0 0.83 0.66 0.29
HSL 347.52º 0.71% 0.41% -
HSV(B) 347.52º 0.83% 0.71% -
XYZ 20.18 11.03 5.62 -
YUV 79.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 180 31 62 0 0.83 0.66 0.29 347.52 0.71 0.41
Hex B4 1F 3E 0 53 42 1D 15C 47 29
Octal 264 37 76 0 123 102 35 534 107 51
Binary 10110100 11111 111110 0 1010011 1000010 11101 101011100 1000111 101001

Color Harmonies of #B41F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F3E

Black with #B41F3E

Text Example


Text Example

White with #B41F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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