Html Css Color HEX #B41834 Cardinal

📋 copy color: '#B41834'

red 180 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #B41834

Tints of Cardinal #B41834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 70.31%
G = 9.38%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41834 (or 0xB41834) is known color: Cardinal. HEX triplet: B4, 18 and 34. RGB value is (180,24,52). Sum of RGB (Red+Green+Blue) = 180+24+52=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B41834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41834 is #4BE7CB. Grayscale: #494949. Windows color (decimal): -4974540 or 3414196. OLE color: 3414196.

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

Color convert

RGB 180 24 52 -
CMYK 0 0.87 0.71 0.29
HSL 349.23º 0.76% 0.4% -
HSV(B) 349.23º 0.87% 0.71% -
XYZ 19.77 10.6 4.25 -
YUV 73.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 180 24 52 0 0.87 0.71 0.29 349.23 0.76 0.4
Hex B4 18 34 0 57 47 1D 15D 4C 28
Octal 264 30 64 0 127 107 35 535 114 50
Binary 10110100 11000 110100 0 1010111 1000111 11101 101011101 1001100 101000

Color Harmonies of #B41834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41834

Black with #B41834

Text Example


Text Example

White with #B41834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41834; }

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

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

background-color css

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

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

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

border-color css

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

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

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