Html Css Color HEX #B40533 Cardinal

📋 copy color: '#B40533'

red 180 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #B40533

Tints of Cardinal #B40533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 76.27%
G = 2.12%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B40533 (or 0xB40533) is known color: Cardinal. HEX triplet: B4, 05 and 33. RGB value is (180,5,51). Sum of RGB (Red+Green+Blue) = 180+5+51=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40533 is #4BFACC. Grayscale: #3E3E3E. Windows color (decimal): -4979405 or 3343796. OLE color: 3343796.

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

Color convert

RGB 180 5 51 -
CMYK 0 0.97 0.72 0.29
HSL 344.23º 0.95% 0.36% -
HSV(B) 344.23º 0.97% 0.71% -
XYZ 19.47 10.05 4.05 -
YUV 62.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 180 5 51 0 0.97 0.72 0.29 344.23 0.95 0.36
Hex B4 5 33 0 61 48 1D 158 5F 24
Octal 264 5 63 0 141 110 35 530 137 44
Binary 10110100 101 110011 0 1100001 1001000 11101 101011000 1011111 100100

Color Harmonies of #B40533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40533

Black with #B40533

Text Example


Text Example

White with #B40533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40533; }

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

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

background-color css

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

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

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

border-color css

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

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

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