Html Css Color HEX #B40335 Cardinal

📋 copy color: '#B40335'

red 180 ◦ green 3 ◦ blue 53

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

Shades of Cardinal #B40335

Tints of Cardinal #B40335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 76.27%
G = 1.27%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B40335 (or 0xB40335) is known color: Cardinal. HEX triplet: B4, 03 and 35. RGB value is (180,3,53). Sum of RGB (Red+Green+Blue) = 180+3+53=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40335 is #4BFCCA. Grayscale: #3D3D3D. Windows color (decimal): -4979915 or 3474356. OLE color: 3474356.

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

Color convert

RGB 180 3 53 -
CMYK 0 0.98 0.71 0.29
HSL 343.05º 0.97% 0.36% -
HSV(B) 343.05º 0.98% 0.71% -
XYZ 19.5 10.03 4.28 -
YUV 61.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 180 3 53 0 0.98 0.71 0.29 343.05 0.97 0.36
Hex B4 3 35 0 62 47 1D 157 61 24
Octal 264 3 65 0 142 107 35 527 141 44
Binary 10110100 11 110101 0 1100010 1000111 11101 101010111 1100001 100100

Color Harmonies of #B40335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40335

Black with #B40335

Text Example


Text Example

White with #B40335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40335; }

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

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

background-color css

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

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

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

border-color css

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

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

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