Html Css Color HEX #B42627 Cardinal

📋 copy color: '#B42627'

red 180 ◦ green 38 ◦ blue 39

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

Shades of Cardinal #B42627

Tints of Cardinal #B42627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 70.04%
G = 14.79%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B42627 (or 0xB42627) is known color: Cardinal. HEX triplet: B4, 26 and 27. RGB value is (180,38,39). Sum of RGB (Red+Green+Blue) = 180+38+39=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B42627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42627 is #4BD9D8. Grayscale: #505050. Windows color (decimal): -4970969 or 2565812. OLE color: 2565812.

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

Color convert

RGB 180 38 39 -
CMYK 0 0.79 0.78 0.29
HSL 359.58º 0.65% 0.43% -
HSV(B) 359.58º 0.79% 0.71% -
XYZ 19.88 11.24 3.04 -
YUV 80.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 180 38 39 0 0.79 0.78 0.29 359.58 0.65 0.43
Hex B4 26 27 0 4F 4E 1D 168 41 2B
Octal 264 46 47 0 117 116 35 550 101 53
Binary 10110100 100110 100111 0 1001111 1001110 11101 101101000 1000001 101011

Color Harmonies of #B42627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42627

Black with #B42627

Text Example


Text Example

White with #B42627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42627; }

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

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

background-color css

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

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

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

border-color css

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

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

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