Html Css Color HEX #B40132 Cardinal

📋 copy color: '#B40132'

red 180 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #B40132

Tints of Cardinal #B40132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 77.92%
G = 0.43%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B40132 (or 0xB40132) is known color: Cardinal. HEX triplet: B4, 01 and 32. RGB value is (180,1,50). Sum of RGB (Red+Green+Blue) = 180+1+50=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B40132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40132 is #4BFECD. Grayscale: #3C3C3C. Windows color (decimal): -4980430 or 3277236. OLE color: 3277236.

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

Color convert

RGB 180 1 50 -
CMYK 0 0.99 0.72 0.29
HSL 343.58º 0.99% 0.35% -
HSV(B) 343.58º 0.99% 0.71% -
XYZ 19.41 9.96 3.92 -
YUV 60.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 180 1 50 0 0.99 0.72 0.29 343.58 0.99 0.35
Hex B4 1 32 0 63 48 1D 158 63 23
Octal 264 1 62 0 143 110 35 530 143 43
Binary 10110100 1 110010 0 1100011 1001000 11101 101011000 1100011 100011

Color Harmonies of #B40132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40132

Black with #B40132

Text Example


Text Example

White with #B40132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40132; }

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

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

background-color css

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

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

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

border-color css

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

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

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