Html Css Color HEX #B41838 Cardinal

📋 copy color: '#B41838'

red 180 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #B41838

Tints of Cardinal #B41838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 69.23%
G = 9.23%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B41838 (or 0xB41838) is known color: Cardinal. HEX triplet: B4, 18 and 38. RGB value is (180,24,56). Sum of RGB (Red+Green+Blue) = 180+24+56=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B41838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41838 is #4BE7C7. Grayscale: #4A4A4A. Windows color (decimal): -4974536 or 3676340. OLE color: 3676340.

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

Color convert

RGB 180 24 56 -
CMYK 0 0.87 0.69 0.29
HSL 347.69º 0.76% 0.4% -
HSV(B) 347.69º 0.87% 0.71% -
XYZ 19.86 10.64 4.75 -
YUV 74.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 180 24 56 0 0.87 0.69 0.29 347.69 0.76 0.4
Hex B4 18 38 0 57 45 1D 15C 4C 28
Octal 264 30 70 0 127 105 35 534 114 50
Binary 10110100 11000 111000 0 1010111 1000101 11101 101011100 1001100 101000

Color Harmonies of #B41838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41838

Black with #B41838

Text Example


Text Example

White with #B41838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41838; }

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

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

background-color css

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

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

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

border-color css

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

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

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