Html Css Color HEX #B41833 Cardinal

📋 copy color: '#B41833'

red 180 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #B41833

Tints of Cardinal #B41833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 70.59%
G = 9.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41833 (or 0xB41833) is known color: Cardinal. HEX triplet: B4, 18 and 33. RGB value is (180,24,51). Sum of RGB (Red+Green+Blue) = 180+24+51=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41833 is #4BE7CC. Grayscale: #494949. Windows color (decimal): -4974541 or 3348660. OLE color: 3348660.

HSL color Cylindrical-coordinate representation of color #B41833: hue angle of 349.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41833 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 51 -
CMYK 0 0.87 0.72 0.29
HSL 349.62º 0.76% 0.4% -
HSV(B) 349.62º 0.87% 0.71% -
XYZ 19.75 10.6 4.14 -
YUV 73.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 180 24 51 0 0.87 0.72 0.29 349.62 0.76 0.4
Hex B4 18 33 0 57 48 1D 15E 4C 28
Octal 264 30 63 0 127 110 35 536 114 50
Binary 10110100 11000 110011 0 1010111 1001000 11101 101011110 1001100 101000

Color Harmonies of #B41833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41833

Black with #B41833

Text Example


Text Example

White with #B41833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41833; }

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

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

background-color css

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

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

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

border-color css

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

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

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