Html Css Color HEX #B42739 Cardinal

📋 copy color: '#B42739'

red 180 ◦ green 39 ◦ blue 57

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

Shades of Cardinal #B42739

Tints of Cardinal #B42739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 65.22%
G = 14.13%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B42739 (or 0xB42739) is known color: Cardinal. HEX triplet: B4, 27 and 39. RGB value is (180,39,57). Sum of RGB (Red+Green+Blue) = 180+39+57=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42739 is #4BD8C6. Grayscale: #535353. Windows color (decimal): -4970695 or 3745716. OLE color: 3745716.

HSL color Cylindrical-coordinate representation of color #B42739: hue angle of 352.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42739 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 39 57 -
CMYK 0 0.78 0.68 0.29
HSL 352.34º 0.64% 0.43% -
HSV(B) 352.34º 0.78% 0.71% -
XYZ 20.29 11.45 5.01 -
YUV 83.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 180 39 57 0 0.78 0.68 0.29 352.34 0.64 0.43
Hex B4 27 39 0 4E 44 1D 160 40 2B
Octal 264 47 71 0 116 104 35 540 100 53
Binary 10110100 100111 111001 0 1001110 1000100 11101 101100000 1000000 101011

Color Harmonies of #B42739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42739

Black with #B42739

Text Example


Text Example

White with #B42739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42739; }

 p { color: rgb(180,39,57); }

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

background-color css

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

 a { background-color: rgb(180,39,57); }

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

border-color css

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

 span { border-color: rgb(180,39,57); }

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