Html Css Color HEX #B42631 Cardinal

📋 copy color: '#B42631'

red 180 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #B42631

Tints of Cardinal #B42631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 67.42%
G = 14.23%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42631 (or 0xB42631) is known color: Cardinal. HEX triplet: B4, 26 and 31. RGB value is (180,38,49). Sum of RGB (Red+Green+Blue) = 180+38+49=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42631 is #4BD9CE. Grayscale: #515151. Windows color (decimal): -4970959 or 3221172. OLE color: 3221172.

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

Color convert

RGB 180 38 49 -
CMYK 0 0.79 0.73 0.29
HSL 355.35º 0.65% 0.43% -
HSV(B) 355.35º 0.79% 0.71% -
XYZ 20.07 11.31 4.03 -
YUV 81.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 180 38 49 0 0.79 0.73 0.29 355.35 0.65 0.43
Hex B4 26 31 0 4F 49 1D 163 41 2B
Octal 264 46 61 0 117 111 35 543 101 53
Binary 10110100 100110 110001 0 1001111 1001001 11101 101100011 1000001 101011

Color Harmonies of #B42631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42631

Black with #B42631

Text Example


Text Example

White with #B42631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42631; }

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

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

background-color css

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

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

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

border-color css

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

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

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