Html Css Color HEX #B40336 Cardinal

📋 copy color: '#B40336'

red 180 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #B40336

Tints of Cardinal #B40336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 75.95%
G = 1.27%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B40336 (or 0xB40336) is known color: Cardinal. HEX triplet: B4, 03 and 36. RGB value is (180,3,54). Sum of RGB (Red+Green+Blue) = 180+3+54=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40336 is #4BFCC9. Grayscale: #3D3D3D. Windows color (decimal): -4979914 or 3539892. OLE color: 3539892.

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

Color convert

RGB 180 3 54 -
CMYK 0 0.98 0.7 0.29
HSL 342.71º 0.97% 0.36% -
HSV(B) 342.71º 0.98% 0.71% -
XYZ 19.52 10.03 4.4 -
YUV 61.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 180 3 54 0 0.98 0.7 0.29 342.71 0.97 0.36
Hex B4 3 36 0 62 46 1D 157 61 24
Octal 264 3 66 0 142 106 35 527 141 44
Binary 10110100 11 110110 0 1100010 1000110 11101 101010111 1100001 100100

Color Harmonies of #B40336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40336

Black with #B40336

Text Example


Text Example

White with #B40336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40336; }

 p { color: rgb(180,3,54); }

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

background-color css

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

 a { background-color: rgb(180,3,54); }

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

border-color css

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

 span { border-color: rgb(180,3,54); }

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