Html Css Color HEX #B42527 Cardinal

📋 copy color: '#B42527'

red 180 ◦ green 37 ◦ blue 39

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

Shades of Cardinal #B42527

Tints of Cardinal #B42527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 70.31%
G = 14.45%
B = 15.23%

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

#B42527 (or 0xB42527) is known color: Cardinal. HEX triplet: B4, 25 and 27. RGB value is (180,37,39). Sum of RGB (Red+Green+Blue) = 180+37+39=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B42527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42527 is #4BDAD8. Grayscale: #505050. Windows color (decimal): -4971225 or 2565556. OLE color: 2565556.

HSL color Cylindrical-coordinate representation of color #B42527: hue angle of 359.16º degrees, saturation: 0.66, 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 #B42527 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 39 -
CMYK 0 0.79 0.78 0.29
HSL 359.16º 0.66% 0.43% -
HSV(B) 359.16º 0.79% 0.71% -
XYZ 19.85 11.17 3.03 -
YUV 79.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 180 37 39 0 0.79 0.78 0.29 359.16 0.66 0.43
Hex B4 25 27 0 4F 4E 1D 167 42 2B
Octal 264 45 47 0 117 116 35 547 102 53
Binary 10110100 100101 100111 0 1001111 1001110 11101 101100111 1000010 101011

Color Harmonies of #B42527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42527

Black with #B42527

Text Example


Text Example

White with #B42527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42527; }

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

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

background-color css

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

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

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

border-color css

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

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

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