Html Css Color HEX #B30733 Cardinal

📋 copy color: '#B30733'

red 179 ◦ green 7 ◦ blue 51

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

Shades of Cardinal #B30733

Tints of Cardinal #B30733

RGB

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

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

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

R = 75.53%
G = 2.95%
B = 21.52%

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

#B30733 (or 0xB30733) is known color: Cardinal. HEX triplet: B3, 07 and 33. RGB value is (179,7,51). Sum of RGB (Red+Green+Blue) = 179+7+51=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30733 is #4CF8CC. Grayscale: #3F3F3F. Windows color (decimal): -5044429 or 3344307. OLE color: 3344307.

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

Color convert

RGB 179 7 51 -
CMYK 0 0.96 0.72 0.30
HSL 344.65º 0.92% 0.36% -
HSV(B) 344.65º 0.96% 0.7% -
XYZ 19.26 9.97 4.04 -
YUV 63.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 179 7 51 0 0.96 0.72 0.30 344.65 0.92 0.36
Hex B3 7 33 0 60 48 1E 159 5C 24
Octal 263 7 63 0 140 110 36 531 134 44
Binary 10110011 111 110011 0 1100000 1001000 11110 101011001 1011100 100100

Color Harmonies of #B30733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30733

Black with #B30733

Text Example


Text Example

White with #B30733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30733; }

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

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

background-color css

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

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

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

border-color css

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

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

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