Html Css Color HEX #B41C2E Cardinal

📋 copy color: '#B41C2E'

red 180 ◦ green 28 ◦ blue 46

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

Shades of Cardinal #B41C2E

Tints of Cardinal #B41C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 70.87%
G = 11.02%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B41C2E (or 0xB41C2E) is known color: Cardinal. HEX triplet: B4, 1C and 2E. RGB value is (180,28,46). Sum of RGB (Red+Green+Blue) = 180+28+46=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C2E is #4BE3D1. Grayscale: #4B4B4B. Windows color (decimal): -4973522 or 3022004. OLE color: 3022004.

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

Color convert

RGB 180 28 46 -
CMYK 0 0.84 0.74 0.29
HSL 352.89º 0.73% 0.41% -
HSV(B) 352.89º 0.84% 0.71% -
XYZ 19.73 10.73 3.62 -
YUV 75.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 180 28 46 0 0.84 0.74 0.29 352.89 0.73 0.41
Hex B4 1C 2E 0 54 4A 1D 161 49 29
Octal 264 34 56 0 124 112 35 541 111 51
Binary 10110100 11100 101110 0 1010100 1001010 11101 101100001 1001001 101001

Color Harmonies of #B41C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C2E

Black with #B41C2E

Text Example


Text Example

White with #B41C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C2E; }

 p { color: rgb(180,28,46); }

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

background-color css

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

 a { background-color: rgb(180,28,46); }

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

border-color css

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

 span { border-color: rgb(180,28,46); }

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