Html Css Color HEX #B30835 Cardinal

📋 copy color: '#B30835'

red 179 ◦ green 8 ◦ blue 53

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

Shades of Cardinal #B30835

Tints of Cardinal #B30835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 74.58%
G = 3.33%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B30835 (or 0xB30835) is known color: Cardinal. HEX triplet: B3, 08 and 35. RGB value is (179,8,53). Sum of RGB (Red+Green+Blue) = 179+8+53=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30835 is #4CF7CA. Grayscale: #404040. Windows color (decimal): -5044171 or 3475635. OLE color: 3475635.

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

Color convert

RGB 179 8 53 -
CMYK 0 0.96 0.70 0.30
HSL 344.21º 0.91% 0.37% -
HSV(B) 344.21º 0.96% 0.7% -
XYZ 19.32 10.01 4.28 -
YUV 64.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 179 8 53 0 0.96 0.70 0.30 344.21 0.91 0.37
Hex B3 8 35 0 60 46 1E 158 5B 25
Octal 263 10 65 0 140 106 36 530 133 45
Binary 10110011 1000 110101 0 1100000 1000110 11110 101011000 1011011 100101

Color Harmonies of #B30835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30835

Black with #B30835

Text Example


Text Example

White with #B30835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30835; }

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

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

background-color css

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

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

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

border-color css

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

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

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