Html Css Color HEX #B30032 Cardinal

📋 copy color: '#B30032'

red 179 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #B30032

Tints of Cardinal #B30032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.17%
G = 0%
B = 21.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30032 (or 0xB30032) is known color: Cardinal. HEX triplet: B3, 00 and 32. RGB value is (179,0,50). Sum of RGB (Red+Green+Blue) = 179+0+50=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B30032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30032 is #4CFFCD. Grayscale: #3B3B3B. Windows color (decimal): -5046222 or 3276979. OLE color: 3276979.

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

Color convert

RGB 179 0 50 -
CMYK 0 1 0.72 0.30
HSL 343.24º 1% 0.35% -
HSV(B) 343.24º 1% 0.7% -
XYZ 19.17 9.81 3.9 -
YUV 59.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 179 0 50 0 1 0.72 0.30 343.24 1 0.35
Hex B3 0 32 0 64 48 1E 157 64 23
Octal 263 0 62 0 144 110 36 527 144 43
Binary 10110011 0 110010 0 1100100 1001000 11110 101010111 1100100 100011

Color Harmonies of #B30032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30032

Black with #B30032

Text Example


Text Example

White with #B30032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30032; }

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

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

background-color css

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

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

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

border-color css

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

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

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