Html Css Color HEX #B30430 Cardinal

📋 copy color: '#B30430'

red 179 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #B30430

Tints of Cardinal #B30430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 77.49%
G = 1.73%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B30430 (or 0xB30430) is known color: Cardinal. HEX triplet: B3, 04 and 30. RGB value is (179,4,48). Sum of RGB (Red+Green+Blue) = 179+4+48=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30430 is #4CFBCF. Grayscale: #3D3D3D. Windows color (decimal): -5045200 or 3146931. OLE color: 3146931.

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

Color convert

RGB 179 4 48 -
CMYK 0 0.98 0.73 0.30
HSL 344.91º 0.96% 0.36% -
HSV(B) 344.91º 0.98% 0.7% -
XYZ 19.17 9.88 3.69 -
YUV 61.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 179 4 48 0 0.98 0.73 0.30 344.91 0.96 0.36
Hex B3 4 30 0 62 49 1E 159 60 24
Octal 263 4 60 0 142 111 36 531 140 44
Binary 10110011 100 110000 0 1100010 1001001 11110 101011001 1100000 100100

Color Harmonies of #B30430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30430

Black with #B30430

Text Example


Text Example

White with #B30430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30430; }

 p { color: rgb(179,4,48); }

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

background-color css

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

 a { background-color: rgb(179,4,48); }

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

border-color css

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

 span { border-color: rgb(179,4,48); }

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