Html Css Color HEX #B30332 Cardinal

📋 copy color: '#B30332'

red 179 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #B30332

Tints of Cardinal #B30332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 77.16%
G = 1.29%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30332 (or 0xB30332) is known color: Cardinal. HEX triplet: B3, 03 and 32. RGB value is (179,3,50). Sum of RGB (Red+Green+Blue) = 179+3+50=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B30332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30332 is #4CFCCD. Grayscale: #3C3C3C. Windows color (decimal): -5045454 or 3277747. OLE color: 3277747.

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

Color convert

RGB 179 3 50 -
CMYK 0 0.98 0.72 0.30
HSL 343.98º 0.97% 0.36% -
HSV(B) 343.98º 0.98% 0.7% -
XYZ 19.2 9.88 3.91 -
YUV 60.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 179 3 50 0 0.98 0.72 0.30 343.98 0.97 0.36
Hex B3 3 32 0 62 48 1E 158 61 24
Octal 263 3 62 0 142 110 36 530 141 44
Binary 10110011 11 110010 0 1100010 1001000 11110 101011000 1100001 100100

Color Harmonies of #B30332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30332

Black with #B30332

Text Example


Text Example

White with #B30332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30332; }

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

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

background-color css

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

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

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

border-color css

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

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

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