Html Css Color HEX #B30732 Cardinal

📋 copy color: '#B30732'

red 179 ◦ green 7 ◦ blue 50

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

Shades of Cardinal #B30732

Tints of Cardinal #B30732

RGB

 RED value IS 179 (70.31% from 255) = 75.85%

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 75.85%
G = 2.97%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30732 (or 0xB30732) is known color: Cardinal. HEX triplet: B3, 07 and 32. RGB value is (179,7,50). Sum of RGB (Red+Green+Blue) = 179+7+50=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30732 is #4CF8CD. Grayscale: #3F3F3F. Windows color (decimal): -5044430 or 3278771. OLE color: 3278771.

HSL color Cylindrical-coordinate representation of color #B30732: hue angle of 345º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30732 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 50 -
CMYK 0 0.96 0.72 0.30
HSL 345º 0.92% 0.36% -
HSV(B) 345º 0.96% 0.7% -
XYZ 19.24 9.97 3.93 -
YUV 63.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 179 7 50 0 0.96 0.72 0.30 345 0.92 0.36
Hex B3 7 32 0 60 48 1E 159 5C 24
Octal 263 7 62 0 140 110 36 531 134 44
Binary 10110011 111 110010 0 1100000 1001000 11110 101011001 1011100 100100

Color Harmonies of #B30732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30732

Black with #B30732

Text Example


Text Example

White with #B30732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30732; }

 p { color: rgb(179,7,50); }

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

background-color css

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

 a { background-color: rgb(179,7,50); }

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

border-color css

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

 span { border-color: rgb(179,7,50); }

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