Html Css Color HEX #B40342 Cardinal

📋 copy color: '#B40342'

red 180 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #B40342

Tints of Cardinal #B40342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 72.29%
G = 1.2%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40342 (or 0xB40342) is known color: Cardinal. HEX triplet: B4, 03 and 42. RGB value is (180,3,66). Sum of RGB (Red+Green+Blue) = 180+3+66=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B40342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40342 is #4BFCBD. Grayscale: #3F3F3F. Windows color (decimal): -4979902 or 4326324. OLE color: 4326324.

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

Color convert

RGB 180 3 66 -
CMYK 0 0.98 0.63 0.29
HSL 338.64º 0.97% 0.36% -
HSV(B) 338.64º 0.98% 0.71% -
XYZ 19.84 10.16 6.07 -
YUV 63.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 180 3 66 0 0.98 0.63 0.29 338.64 0.97 0.36
Hex B4 3 42 0 62 3F 1D 153 61 24
Octal 264 3 102 0 142 77 35 523 141 44
Binary 10110100 11 1000010 0 1100010 111111 11101 101010011 1100001 100100

Color Harmonies of #B40342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40342

Black with #B40342

Text Example


Text Example

White with #B40342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40342; }

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

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

background-color css

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

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

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

border-color css

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

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

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