Html Css Color HEX #B41C32 Cardinal

📋 copy color: '#B41C32'

red 180 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #B41C32

Tints of Cardinal #B41C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 69.77%
G = 10.85%
B = 19.38%

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

#B41C32 (or 0xB41C32) is known color: Cardinal. HEX triplet: B4, 1C and 32. RGB value is (180,28,50). Sum of RGB (Red+Green+Blue) = 180+28+50=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C32 is #4BE3CD. Grayscale: #4C4C4C. Windows color (decimal): -4973518 or 3284148. OLE color: 3284148.

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

Color convert

RGB 180 28 50 -
CMYK 0 0.84 0.72 0.29
HSL 351.32º 0.73% 0.41% -
HSV(B) 351.32º 0.84% 0.71% -
XYZ 19.81 10.76 4.05 -
YUV 75.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 180 28 50 0 0.84 0.72 0.29 351.32 0.73 0.41
Hex B4 1C 32 0 54 48 1D 15F 49 29
Octal 264 34 62 0 124 110 35 537 111 51
Binary 10110100 11100 110010 0 1010100 1001000 11101 101011111 1001001 101001

Color Harmonies of #B41C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C32

Black with #B41C32

Text Example


Text Example

White with #B41C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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