Html Css Color HEX #BF182D Cardinal

📋 copy color: '#BF182D'

red 191 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #BF182D

Tints of Cardinal #BF182D

RGB

 RED value IS 191 (75% from 255) = 73.46%

 GREEN value IS 24 (9.77% from 255) = 9.23%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 73.46%
G = 9.23%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF182D (or 0xBF182D) is known color: Cardinal. HEX triplet: BF, 18 and 2D. RGB value is (191,24,45). Sum of RGB (Red+Green+Blue) = 191+24+45=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF182D is #40E7D2. Grayscale: #4C4C4C. Windows color (decimal): -4253651 or 2955455. OLE color: 2955455.

HSL color Cylindrical-coordinate representation of color #BF182D: hue angle of 352.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 45 -
CMYK 0 0.87 0.76 0.25
HSL 352.46º 0.78% 0.42% -
HSV(B) 352.46º 0.87% 0.75% -
XYZ 22.29 11.92 3.61 -
YUV 76.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 191 24 45 0 0.87 0.76 0.25 352.46 0.78 0.42
Hex BF 18 2D 0 57 4C 19 160 4E 2A
Octal 277 30 55 0 127 114 31 540 116 52
Binary 10111111 11000 101101 0 1010111 1001100 11001 101100000 1001110 101010

Color Harmonies of #BF182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF182D

Black with #BF182D

Text Example


Text Example

White with #BF182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF182D; }

 p { color: rgb(191,24,45); }

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

background-color css

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

 a { background-color: rgb(191,24,45); }

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

border-color css

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

 span { border-color: rgb(191,24,45); }

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