Html Css Color HEX #B30833 Cardinal

📋 copy color: '#B30833'

red 179 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B30833

Tints of Cardinal #B30833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 75.21%
G = 3.36%
B = 21.43%

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

#B30833 (or 0xB30833) is known color: Cardinal. HEX triplet: B3, 08 and 33. RGB value is (179,8,51). Sum of RGB (Red+Green+Blue) = 179+8+51=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30833 is #4CF7CC. Grayscale: #404040. Windows color (decimal): -5044173 or 3344563. OLE color: 3344563.

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

Color convert

RGB 179 8 51 -
CMYK 0 0.96 0.72 0.30
HSL 344.91º 0.91% 0.37% -
HSV(B) 344.91º 0.96% 0.7% -
XYZ 19.27 10 4.05 -
YUV 64.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 179 8 51 0 0.96 0.72 0.30 344.91 0.91 0.37
Hex B3 8 33 0 60 48 1E 159 5B 25
Octal 263 10 63 0 140 110 36 531 133 45
Binary 10110011 1000 110011 0 1100000 1001000 11110 101011001 1011011 100101

Color Harmonies of #B30833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30833

Black with #B30833

Text Example


Text Example

White with #B30833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30833; }

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

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

background-color css

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

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

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

border-color css

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

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

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