Html Css Color HEX #B30132 Cardinal

📋 copy color: '#B30132'

red 179 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #B30132

Tints of Cardinal #B30132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 77.83%
G = 0.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30132 (or 0xB30132) is known color: Cardinal. HEX triplet: B3, 01 and 32. RGB value is (179,1,50). Sum of RGB (Red+Green+Blue) = 179+1+50=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B30132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30132 is #4CFECD. Grayscale: #3B3B3B. Windows color (decimal): -5045966 or 3277235. OLE color: 3277235.

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

Color convert

RGB 179 1 50 -
CMYK 0 0.99 0.72 0.30
HSL 343.48º 0.99% 0.35% -
HSV(B) 343.48º 0.99% 0.7% -
XYZ 19.18 9.84 3.91 -
YUV 59.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 179 1 50 0 0.99 0.72 0.30 343.48 0.99 0.35
Hex B3 1 32 0 63 48 1E 157 63 23
Octal 263 1 62 0 143 110 36 527 143 43
Binary 10110011 1 110010 0 1100011 1001000 11110 101010111 1100011 100011

Color Harmonies of #B30132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30132

Black with #B30132

Text Example


Text Example

White with #B30132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30132; }

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

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

background-color css

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

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

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

border-color css

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

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

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