Html Css Color HEX #B41C33 Cardinal

📋 copy color: '#B41C33'

red 180 ◦ green 28 ◦ blue 51

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

Shades of Cardinal #B41C33

Tints of Cardinal #B41C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 69.5%
G = 10.81%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41C33 (or 0xB41C33) is known color: Cardinal. HEX triplet: B4, 1C and 33. RGB value is (180,28,51). Sum of RGB (Red+Green+Blue) = 180+28+51=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C33 is #4BE3CC. Grayscale: #4C4C4C. Windows color (decimal): -4973517 or 3349684. OLE color: 3349684.

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

Color convert

RGB 180 28 51 -
CMYK 0 0.84 0.72 0.29
HSL 350.92º 0.73% 0.41% -
HSV(B) 350.92º 0.84% 0.71% -
XYZ 19.84 10.77 4.17 -
YUV 76.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 180 28 51 0 0.84 0.72 0.29 350.92 0.73 0.41
Hex B4 1C 33 0 54 48 1D 15F 49 29
Octal 264 34 63 0 124 110 35 537 111 51
Binary 10110100 11100 110011 0 1010100 1001000 11101 101011111 1001001 101001

Color Harmonies of #B41C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C33

Black with #B41C33

Text Example


Text Example

White with #B41C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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