Html Css Color HEX #B30130 Cardinal

📋 copy color: '#B30130'

red 179 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B30130

Tints of Cardinal #B30130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 78.51%
G = 0.44%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B30130 (or 0xB30130) is known color: Cardinal. HEX triplet: B3, 01 and 30. RGB value is (179,1,48). Sum of RGB (Red+Green+Blue) = 179+1+48=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B30130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30130 is #4CFECF. Grayscale: #3B3B3B. Windows color (decimal): -5045968 or 3146163. OLE color: 3146163.

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

Color convert

RGB 179 1 48 -
CMYK 0 0.99 0.73 0.30
HSL 344.16º 0.99% 0.35% -
HSV(B) 344.16º 0.99% 0.7% -
XYZ 19.13 9.82 3.68 -
YUV 59.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 179 1 48 0 0.99 0.73 0.30 344.16 0.99 0.35
Hex B3 1 30 0 63 49 1E 158 63 23
Octal 263 1 60 0 143 111 36 530 143 43
Binary 10110011 1 110000 0 1100011 1001001 11110 101011000 1100011 100011

Color Harmonies of #B30130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30130

Black with #B30130

Text Example


Text Example

White with #B30130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30130; }

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

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

background-color css

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

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

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

border-color css

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

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

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