Html Css Color HEX #B30133 Cardinal

📋 copy color: '#B30133'

red 179 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #B30133

Tints of Cardinal #B30133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 77.49%
G = 0.43%
B = 22.08%

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

#B30133 (or 0xB30133) is known color: Cardinal. HEX triplet: B3, 01 and 33. RGB value is (179,1,51). Sum of RGB (Red+Green+Blue) = 179+1+51=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30133 is #4CFECC. Grayscale: #3B3B3B. Windows color (decimal): -5045965 or 3342771. OLE color: 3342771.

HSL color Cylindrical-coordinate representation of color #B30133: hue angle of 343.15º 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 #B30133 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 51 -
CMYK 0 0.99 0.72 0.30
HSL 343.15º 0.99% 0.35% -
HSV(B) 343.15º 0.99% 0.7% -
XYZ 19.2 9.84 4.02 -
YUV 59.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 179 1 51 0 0.99 0.72 0.30 343.15 0.99 0.35
Hex B3 1 33 0 63 48 1E 157 63 23
Octal 263 1 63 0 143 110 36 527 143 43
Binary 10110011 1 110011 0 1100011 1001000 11110 101010111 1100011 100011

Color Harmonies of #B30133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30133

Black with #B30133

Text Example


Text Example

White with #B30133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30133; }

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

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

background-color css

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

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

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

border-color css

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

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

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