Html Css Color HEX #B30B3C Cardinal

📋 copy color: '#B30B3C'

red 179 ◦ green 11 ◦ blue 60

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

Shades of Cardinal #B30B3C

Tints of Cardinal #B30B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 60 (23.83% from 255) = 24%

R = 71.6%
G = 4.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B30B3C (or 0xB30B3C) is known color: Cardinal. HEX triplet: B3, 0B and 3C. RGB value is (179,11,60). Sum of RGB (Red+Green+Blue) = 179+11+60=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B3C is #4CF4C3. Grayscale: #424242. Windows color (decimal): -5043396 or 3935155. OLE color: 3935155.

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

Color convert

RGB 179 11 60 -
CMYK 0 0.94 0.66 0.30
HSL 342.5º 0.88% 0.37% -
HSV(B) 342.5º 0.94% 0.7% -
XYZ 19.53 10.15 5.2 -
YUV 66.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 179 11 60 0 0.94 0.66 0.30 342.5 0.88 0.37
Hex B3 B 3C 0 5E 42 1E 156 58 25
Octal 263 13 74 0 136 102 36 526 130 45
Binary 10110011 1011 111100 0 1011110 1000010 11110 101010110 1011000 100101

Color Harmonies of #B30B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B3C

Black with #B30B3C

Text Example


Text Example

White with #B30B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B3C; }

 p { color: rgb(179,11,60); }

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

background-color css

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

 a { background-color: rgb(179,11,60); }

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

border-color css

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

 span { border-color: rgb(179,11,60); }

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