Html Css Color HEX #B12730 Cardinal

📋 copy color: '#B12730'

red 177 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #B12730

Tints of Cardinal #B12730

RGB

 RED value IS 177 (69.53% from 255) = 67.05%

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 67.05%
G = 14.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B12730 (or 0xB12730) is known color: Cardinal. HEX triplet: B1, 27 and 30. RGB value is (177,39,48). Sum of RGB (Red+Green+Blue) = 177+39+48=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12730 is #4ED8CF. Grayscale: #515151. Windows color (decimal): -5167312 or 3155889. OLE color: 3155889.

HSL color Cylindrical-coordinate representation of color #B12730: hue angle of 356.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12730 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 48 -
CMYK 0 0.78 0.73 0.31
HSL 356.09º 0.64% 0.42% -
HSV(B) 356.09º 0.78% 0.69% -
XYZ 19.39 11.01 3.9 -
YUV 81.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 177 39 48 0 0.78 0.73 0.31 356.09 0.64 0.42
Hex B1 27 30 0 4E 49 1F 164 40 2A
Octal 261 47 60 0 116 111 37 544 100 52
Binary 10110001 100111 110000 0 1001110 1001001 11111 101100100 1000000 101010

Color Harmonies of #B12730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12730

Black with #B12730

Text Example


Text Example

White with #B12730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12730; }

 p { color: rgb(177,39,48); }

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

background-color css

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

 a { background-color: rgb(177,39,48); }

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

border-color css

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

 span { border-color: rgb(177,39,48); }

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