Html Css Color HEX #B30738 Cardinal

📋 copy color: '#B30738'

red 179 ◦ green 7 ◦ blue 56

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

Shades of Cardinal #B30738

Tints of Cardinal #B30738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 73.97%
G = 2.89%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30738 (or 0xB30738) is known color: Cardinal. HEX triplet: B3, 07 and 38. RGB value is (179,7,56). Sum of RGB (Red+Green+Blue) = 179+7+56=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B30738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30738 is #4CF8C7. Grayscale: #3F3F3F. Windows color (decimal): -5044424 or 3671987. OLE color: 3671987.

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

Color convert

RGB 179 7 56 -
CMYK 0 0.96 0.69 0.30
HSL 342.91º 0.92% 0.36% -
HSV(B) 342.91º 0.96% 0.7% -
XYZ 19.38 10.02 4.65 -
YUV 64.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 179 7 56 0 0.96 0.69 0.30 342.91 0.92 0.36
Hex B3 7 38 0 60 45 1E 157 5C 24
Octal 263 7 70 0 140 105 36 527 134 44
Binary 10110011 111 111000 0 1100000 1000101 11110 101010111 1011100 100100

Color Harmonies of #B30738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30738

Black with #B30738

Text Example


Text Example

White with #B30738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30738; }

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

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

background-color css

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

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

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

border-color css

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

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

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