Html Css Color HEX #B41B3E Cardinal

📋 copy color: '#B41B3E'

red 180 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #B41B3E

Tints of Cardinal #B41B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

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

R = 66.91%
G = 10.04%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B41B3E (or 0xB41B3E) is known color: Cardinal. HEX triplet: B4, 1B and 3E. RGB value is (180,27,62). Sum of RGB (Red+Green+Blue) = 180+27+62=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B3E is #4BE4C1. Grayscale: #4C4C4C. Windows color (decimal): -4973762 or 4070324. OLE color: 4070324.

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

Color convert

RGB 180 27 62 -
CMYK 0 0.85 0.66 0.29
HSL 346.27º 0.74% 0.41% -
HSV(B) 346.27º 0.85% 0.71% -
XYZ 20.08 10.83 5.59 -
YUV 76.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 180 27 62 0 0.85 0.66 0.29 346.27 0.74 0.41
Hex B4 1B 3E 0 55 42 1D 15A 4A 29
Octal 264 33 76 0 125 102 35 532 112 51
Binary 10110100 11011 111110 0 1010101 1000010 11101 101011010 1001010 101001

Color Harmonies of #B41B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B3E

Black with #B41B3E

Text Example


Text Example

White with #B41B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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