Html Css Color HEX #B30034 Cardinal

📋 copy color: '#B30034'

red 179 ◦ green 0 ◦ blue 52

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

Shades of Cardinal #B30034

Tints of Cardinal #B30034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 77.49%
G = 0%
B = 22.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B30034 (or 0xB30034) is known color: Cardinal. HEX triplet: B3, 00 and 34. RGB value is (179,0,52). Sum of RGB (Red+Green+Blue) = 179+0+52=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30034 is #4CFFCB. Grayscale: #3B3B3B. Windows color (decimal): -5046220 or 3408051. OLE color: 3408051.

HSL color Cylindrical-coordinate representation of color #B30034: hue angle of 342.57º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30034 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 52 -
CMYK 0 1 0.71 0.30
HSL 342.57º 1% 0.35% -
HSV(B) 342.57º 1% 0.7% -
XYZ 19.21 9.83 4.13 -
YUV 59.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 179 0 52 0 1 0.71 0.30 342.57 1 0.35
Hex B3 0 34 0 64 47 1E 157 64 23
Octal 263 0 64 0 144 107 36 527 144 43
Binary 10110011 0 110100 0 1100100 1000111 11110 101010111 1100100 100011

Color Harmonies of #B30034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30034

Black with #B30034

Text Example


Text Example

White with #B30034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30034; }

 p { color: rgb(179,0,52); }

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

background-color css

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

 a { background-color: rgb(179,0,52); }

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

border-color css

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

 span { border-color: rgb(179,0,52); }

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